|
|
@ -1348,6 +1348,11 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|
|
|
|
|
|
|
|
|
|
|
private void onDebugInfo() {
|
|
|
|
private void onDebugInfo() {
|
|
|
|
new SimpleTask<Long>() {
|
|
|
|
new SimpleTask<Long>() {
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
protected void onPreExecute(Bundle args) {
|
|
|
|
|
|
|
|
ToastEx.makeText(ActivityView.this, "Debug info ...", Toast.LENGTH_LONG).show();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected Long onExecute(Context context, Bundle args) throws IOException, JSONException {
|
|
|
|
protected Long onExecute(Context context, Bundle args) throws IOException, JSONException {
|
|
|
|
return Log.getDebugInfo(context, R.string.title_debug_info_remark, null, null).id;
|
|
|
|
return Log.getDebugInfo(context, R.string.title_debug_info_remark, null, null).id;
|
|
|
|