Added debug info source

This commit is contained in:
M66B
2023-04-19 10:13:37 +02:00
parent 3f61350477
commit cd150dfe41
3 changed files with 7 additions and 6 deletions

View File

@@ -479,7 +479,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
new SimpleTask<Long>() {
@Override
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, "setup", R.string.title_debug_info_remark, null, null).id;
}
@Override