Debug info feedback

pull/199/head
M66B 3 years ago
parent 55b1f44c5b
commit 7970ff9a31

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

Loading…
Cancel
Save