Classifier debug info

This commit is contained in:
M66B
2021-01-03 10:58:51 +01:00
parent 07c13a6a00
commit 4d6e8c740b
4 changed files with 29 additions and 5 deletions

View File

@@ -463,7 +463,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
private void onDebugInfo() {
new SimpleTask<Long>() {
@Override
protected Long onExecute(Context context, Bundle args) throws IOException {
protected Long onExecute(Context context, Bundle args) throws IOException, JSONException {
return Log.getDebugInfo(context, R.string.title_debug_info_remark, null, null).id;
}