Closed Opening-Button-8988 closed 1 month ago
Log Using version 0.9. Relevant lines should be toward the end of the log because I saved the log right after attempting to export to db.
type: logcat
osVersion: google/panther/panther:14/AP2A.240805.005/2024083100:user/release-keys
packageName: com.wirelessalien.android.moviedb:5
buffers: main,system,crash,events,kernel
level: verbose
09-06 14:56:27.364 10359 10359 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-06 14:56:27.365 10359 10359 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-06 14:56:27.365 10359 10359 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-06 14:56:27.365 10359 10359 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.lambda$exportDatabase$0(MovieDatabaseHelper.java:258)
09-06 14:56:27.365 10359 10359 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$Zees-ibxYIg05U9tHuXxzXG7MZY(Unknown Source:0)
09-06 14:56:27.365 10359 10359 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda1.onClick(Unknown Source:12)
09-06 14:56:27.365 10359 10359 W System.err: at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:167)
09-06 14:56:27.365 10359 10359 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-06 14:56:27.365 10359 10359 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-06 14:56:27.365 10359 10359 W System.err: at android.os.Looper.loop(Looper.java:317)
09-06 14:56:27.365 10359 10359 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-06 14:56:27.366 10359 10359 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-06 14:56:27.366 10359 10359 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-06 14:56:27.366 10359 10359 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-06 14:56:27.366 10359 10359 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-06 14:56:27.366 10359 10359 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-06 14:56:27.366 10359 10359 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-06 14:56:27.366 10359 10359 W System.err: at libcore.io.Linux.open(Native Method)
09-06 14:56:27.366 10359 10359 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-06 14:56:27.367 10359 10359 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-06 14:56:27.367 10359 10359 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-06 14:56:27.367 10359 10359 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-06 14:56:27.367 10359 10359 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-06 14:56:27.367 10359 10359 W System.err: ... 14 more
09-06 14:56:27.367 10359 10359 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@5fe31ea
09-06 14:56:27.377 10359 10389 D HWUI : endAllActiveAnimators on 0xb400d106fed0fa00 (RippleDrawable) with handle 0xb400cfd62be72a20
09-06 14:56:27.377 10359 10389 D HWUI : endAllActiveAnimators on 0xb400d106fed0a600 (RippleDrawable) with handle 0xb400cfd62bed2930
--------- switch to events
09-06 14:56:29.055 10359 10359 I wm_on_top_resumed_lost_called: [Token=135897055,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-06 14:56:29.063 10359 10359 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.ExportActivity]
09-06 14:56:30.481 10359 10359 I wm_on_paused_called: [Token=135897055,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-06 14:56:30.892 10359 10359 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-06 14:56:30.916 10359 10359 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-06 14:56:30.918 10359 10359 I wm_on_stop_called: [Token=135897055,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
It should be fixed now, check the new version.
It should be fixed now, check the new version.
@WirelessAlien
Unfortunately it's not working. Exporting as JSON and CSV works (and they do so without prompting for the path). Exporting as db opens the file explorer and opens in the same path specified at Path:/storage/emulated/11/Documents/ShowCase
(where json and csv saves to successfully) but saving as db to that location results in the error "Something went wrong. Error saving file"
Here's the log. By the way, total guess but the relevant line might be this:
09-29 13:56:16.365 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
In case its relevant, I was using version 0.9 from F-Droid but I updated it to 1.0-beta.1 via browser.
If you're not able to resolve this, it's possible it's related to my OS, which is GrapheneOS and not stock Google android. They have something called Storage Scopes which gives apps access to specified locations only. I could report the issue on their forum if you're not able to resolve it yourself (unlikely though). Cheers. Also awesome work on the recent update! I'll continue looking for other bugs and possible improvements.
type: logcat
osVersion: google/panther/panther:14/AP2A.240905.003/2024091900:user/release-keys
packageName: com.wirelessalien.android.moviedb:6
buffers: main,system,crash,events,kernel
level: verbose
--------- beginning of events
09-29 13:51:10.720 6255 6255 I auditd : avc=type=1400 audit(0.0:82166): avc: denied { read } for comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=374 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0
09-29 13:51:10.736 6255 6255 I auditd : avc=type=1400 audit(0.0:82167): avc: denied { read } for comm="app_process64" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=374 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0
09-29 13:51:10.740 6255 6255 I auditd : avc=type=1400 audit(0.0:82168): avc: denied { read } for comm="android.moviedb" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=374 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0
09-29 13:51:10.744 6255 6255 I auditd : avc=type=1400 audit(0.0:82169): avc: denied { read } for comm="android.moviedb" name="u:object_r:odsign_prop:s0" dev="tmpfs" ino=285 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:odsign_prop:s0 tclass=file permissive=0
09-29 13:51:10.744 6255 6255 I auditd : avc=type=1400 audit(0.0:82170): avc: denied { read } for comm="android.moviedb" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=374 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0
09-29 13:51:10.748 6255 6255 I auditd : avc=type=1400 audit(0.0:82171): avc: denied { getattr } for comm="android.moviedb" path="/apex/apex-info-list.xml" dev="tmpfs" ino=83 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:apex_info_file:s0 tclass=file permissive=0
09-29 13:51:10.772 6255 6255 I auditd : avc=type=1400 audit(0.0:82172): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot.art" dev="dm-12" ino=1336 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.776 6255 6255 I auditd : avc=type=1400 audit(0.0:82173): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-core-libart.art" dev="dm-12" ino=1270 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.776 6255 6255 I auditd : avc=type=1400 audit(0.0:82174): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-okhttp.art" dev="dm-12" ino=1318 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.776 6255 6255 I auditd : avc=type=1400 audit(0.0:82175): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-bouncycastle.art" dev="dm-12" ino=1258 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.776 6255 6255 I auditd : avc=type=1400 audit(0.0:82176): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-apache-xml.art" dev="dm-12" ino=1252 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.776 6255 6255 I auditd : avc=type=1400 audit(0.0:82177): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-framework.art" dev="dm-12" ino=1306 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.784 6255 6255 I auditd : avc=type=1400 audit(0.0:82178): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-framework-graphics.art" dev="dm-12" ino=1288 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.784 6255 6255 I auditd : avc=type=1400 audit(0.0:82179): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-framework-location.art" dev="dm-12" ino=1294 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.784 6255 6255 I auditd : avc=type=1400 audit(0.0:82180): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-ext.art" dev="dm-12" ino=1276 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.784 6255 6255 I auditd : avc=type=1400 audit(0.0:82181): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-telephony-common.art" dev="dm-12" ino=1324 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.788 6255 6255 I auditd : avc=type=1400 audit(0.0:82182): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-voip-common.art" dev="dm-12" ino=1330 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.788 6255 6255 I auditd : avc=type=1400 audit(0.0:82183): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-ims-common.art" dev="dm-12" ino=1312 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.788 6255 6255 I auditd : avc=type=1400 audit(0.0:82184): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-framework-nfc.art" dev="dm-12" ino=1300 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.788 6255 6255 I auditd : avc=type=1400 audit(0.0:82185): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-core-icu4j.art" dev="dm-12" ino=1264 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.808 6255 6255 I auditd : avc=type=1400 audit(0.0:82186): avc: denied { lock } for comm="android.moviedb" path="/system/framework/arm64/boot-framework-adservices.art" dev="dm-12" ino=1282 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:system_file:s0 tclass=file permissive=0
09-29 13:51:10.876 6255 6255 I auditd : avc=type=1400 audit(0.0:82187): avc: denied { read } for comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=111 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0
09-29 13:51:10.876 6255 6255 I auditd : avc=type=1400 audit(0.0:82188): avc: denied { read } for comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=111 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0
09-29 13:51:10.876 6255 6255 I auditd : avc=type=1400 audit(0.0:82189): avc: denied { read } for comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=111 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0
09-29 13:51:10.876 6255 6255 I auditd : avc=type=1400 audit(0.0:82190): avc: denied { read } for comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=111 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0
09-29 13:51:10.876 6255 6255 I auditd : avc=type=1400 audit(0.0:82191): avc: denied { read } for comm="main" name="u:object_r:build_attestation_prop:s0" dev="tmpfs" ino=111 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:build_attestation_prop:s0 tclass=file permissive=0
09-29 13:51:10.876 6255 6255 I auditd : avc=type=1400 audit(0.0:82192): avc: denied { read } for comm="main" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=374 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0
09-29 13:51:10.916 6255 6255 I auditd : avc=type=1400 audit(0.0:82193): avc: denied { read } for comm="binder:6255_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=308 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0
09-29 13:51:10.916 6255 6255 I auditd : avc=type=1400 audit(0.0:82194): avc: denied { read } for comm="binder:6255_2" name="u:object_r:qemu_sf_lcd_density_prop:s0" dev="tmpfs" ino=308 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:qemu_sf_lcd_density_prop:s0 tclass=file permissive=0
09-29 13:51:10.996 6255 6255 I auditd : avc=type=1400 audit(0.0:82195): avc: denied { read } for comm="android.moviedb" name="u:object_r:userdebug_or_eng_prop:s0" dev="tmpfs" ino=374 scontext=u:r:untrusted_app_32:s0:c217,c256,c523,c768 tcontext=u:object_r:userdebug_or_eng_prop:s0 tclass=file permissive=0
09-29 13:51:11.071 6255 6255 I wm_on_create_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=43ms]
09-29 13:51:11.072 6255 6255 I wm_on_start_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=0ms]
09-29 13:51:11.073 6255 6255 I wm_on_resume_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:51:11.085 6255 6255 I wm_on_top_resumed_gained_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:11.132 6255 6255 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
09-29 13:51:23.929 6255 6255 I viewroot_draw_event: [window=VRI[PopupWindow:9959b12],event=reportDrawFinished seqId=0]
09-29 13:51:23.956 6255 6255 I viewroot_draw_event: [window=VRI[PopupWindow:9959b12],event=reportDrawFinished seqId=0]
09-29 13:51:25.002 6255 6255 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Settings]
09-29 13:51:25.026 6255 6255 I wm_on_top_resumed_lost_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:25.027 6255 6255 I wm_on_paused_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
09-29 13:51:25.044 6255 6255 I wm_on_create_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=performCreate,time=6ms]
09-29 13:51:25.053 6255 6255 I wm_on_start_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=handleStartActivity,time=9ms]
09-29 13:51:25.054 6255 6255 I wm_on_resume_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:51:25.063 6255 6255 I wm_on_top_resumed_gained_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:25.139 6255 6255 I viewroot_draw_event: [window=VRI[SettingsActivity],event=reportDrawFinished seqId=0]
09-29 13:51:25.696 6255 6255 I wm_on_stop_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:51:25.703 6255 6255 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
09-29 13:51:31.070 6255 6255 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.SettingsActivity]
09-29 13:51:31.161 6255 6255 I wm_on_top_resumed_lost_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:31.162 6255 6255 I wm_on_paused_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=performPause,time=0ms]
09-29 13:51:31.176 6255 6255 I wm_on_restart_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
09-29 13:51:31.176 6255 6255 I wm_on_start_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=0ms]
09-29 13:51:31.177 6255 6255 I wm_on_activity_result_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=ACTIVITY_RESULT]
09-29 13:51:31.178 6255 6255 I wm_on_resume_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:51:31.182 6255 6255 I wm_on_top_resumed_gained_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
09-29 13:51:31.192 6255 6255 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
09-29 13:51:31.223 6255 6255 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
09-29 13:51:31.773 6255 6255 I wm_on_stop_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=0ms]
09-29 13:51:31.777 6255 6255 I wm_on_destroy_called: [Token=167388893,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=performDestroy,time=2ms]
09-29 13:51:32.391 6255 6255 I viewroot_draw_event: [window=VRI[PopupWindow:536cc1d],event=reportDrawFinished seqId=0]
09-29 13:51:32.429 6255 6285 I viewroot_draw_event: [window=VRI[PopupWindow:536cc1d],event=reportDrawFinished seqId=0]
09-29 13:51:34.483 6255 6255 I viewroot_draw_event: [window=VRI[PopupWindow:5462a60],event=reportDrawFinished seqId=0]
09-29 13:51:34.514 6255 6255 I viewroot_draw_event: [window=VRI[PopupWindow:5462a60],event=reportDrawFinished seqId=0]
09-29 13:51:35.788 6255 6255 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Export]
09-29 13:51:35.805 6255 6255 I wm_on_top_resumed_lost_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:35.809 6255 6255 I wm_on_paused_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=0ms]
09-29 13:51:35.834 6255 6255 I wm_on_create_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performCreate,time=8ms]
09-29 13:51:35.835 6255 6255 I wm_on_start_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
09-29 13:51:35.835 6255 6255 I wm_on_resume_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:51:35.852 6255 6255 I wm_on_top_resumed_gained_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:35.873 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:51:36.397 6255 6255 I wm_on_stop_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:51:36.408 6255 6255 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
09-29 13:51:37.367 6255 6255 I wm_on_top_resumed_lost_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:37.368 6255 6255 I wm_on_paused_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
09-29 13:51:38.312 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:51:38.481 6255 6255 I wm_on_stop_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:51:42.240 6255 6255 I wm_on_restart_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:51:42.241 6255 6255 I wm_on_start_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=1ms]
09-29 13:51:42.244 6255 6255 I wm_on_activity_result_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=ACTIVITY_RESULT]
09-29 13:51:42.244 6255 6255 I wm_on_resume_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:51:42.244 6255 6255 I wm_on_top_resumed_gained_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
09-29 13:51:42.258 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:51:42.265 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:51:43.614 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:51:47.076 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:51:50.647 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:51:57.251 6255 6255 I wm_on_top_resumed_lost_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:51:57.261 6255 6255 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.ExportActivity]
09-29 13:51:57.960 6255 6255 I wm_on_paused_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=1ms]
09-29 13:51:57.975 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:51:57.977 6255 6255 I wm_on_stop_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:52:20.038 6255 6255 I wm_on_restart_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:52:20.038 6255 6255 I wm_on_start_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
09-29 13:52:20.040 6255 6255 I wm_on_resume_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:52:20.040 6255 6255 I wm_on_top_resumed_gained_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
09-29 13:52:20.051 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:52:20.057 6255 6255 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:52:21.538 6255 6255 I wm_on_top_resumed_lost_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:52:21.560 6255 6255 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.ExportActivity]
09-29 13:52:25.174 6255 6255 I wm_on_paused_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=1ms]
09-29 13:52:25.182 6255 6255 I wm_on_stop_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
09-29 13:52:25.185 6255 6255 I wm_on_destroy_called: [Token=23875814,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performDestroy,time=1ms]
09-29 13:52:25.197 6255 6255 I wm_on_destroy_called: [Token=92832521,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performDestroy,time=0ms]
--------- beginning of main
09-29 13:52:55.422 6862 6862 D nativeloader: InitDefaultPublicLibraries for_preload=1: libandroid.so:libaaudio.so:libamidi.so:libbinder_ndk.so:libc.so:libcamera2ndk.so:libdl.so:libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libicu.so:libicui18n.so:libicuuc.so:libjnigraphics.so:liblog.so:libmediandk.so:libm.so:libnativehelper.so:libnativewindow.so:libOpenMAXAL.so:libOpenSLES.so:libRS.so:libstdc++.so:libsync.so:libvulkan.so:libwebviewchromium_plat_support.so:libz.so
09-29 13:52:55.439 6862 6862 D nativeloader: Load libicu_jni.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
09-29 13:52:55.439 6862 6862 D com.wirelessalien.android.moviedb: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
09-29 13:52:55.439 6862 6862 D com.wirelessalien.android.moviedb: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt72l.dat
09-29 13:52:55.441 6862 6862 D nativeloader: Load libjavacore.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
09-29 13:52:55.442 6862 6862 D nativeloader: Load libopenjdk.so using APEX ns com_android_art for caller /apex/com.android.art/javalib/core-oj.jar: ok
09-29 13:52:55.468 6862 6862 W libc : Access denied finding property "ro.product.name_for_attestation"
09-29 13:52:55.468 6862 6862 W libc : Access denied finding property "ro.product.device_for_attestation"
09-29 13:52:55.468 6862 6862 W libc : Access denied finding property "ro.product.manufacturer_for_attestation"
09-29 13:52:55.469 6862 6862 W libc : Access denied finding property "ro.product.brand_for_attestation"
09-29 13:52:55.469 6862 6862 W libc : Access denied finding property "ro.product.model_for_attestation"
09-29 13:52:55.469 6862 6862 W libc : Access denied finding property "ro.debuggable"
09-29 13:52:55.470 6862 6862 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok
09-29 13:52:55.470 6862 6862 D AndroidRuntime: Calling main entry com.android.internal.os.ExecInit
09-29 13:52:55.470 6862 6862 D Zygote : begin preload
09-29 13:52:55.470 6862 6862 I Zygote : Calling ZygoteHooks.beginPreload()
09-29 13:52:55.481 6862 6862 I Zygote : Preloading shared libraries...
09-29 13:52:55.482 6862 6862 D nativeloader: Load libandroid.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
09-29 13:52:55.483 6862 6862 D nativeloader: Load libjnigraphics.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
09-29 13:52:55.483 6862 6862 D nativeloader: Load libcompiler_rt.so using system ns (caller=/system/framework/framework.jar!classes5.dex): ok
09-29 13:52:55.484 6862 6862 E com.wirelessalien.android.moviedb: Unable to find pattern file or unable to map it for am
09-29 13:52:55.484 6862 6862 I Zygote : Called ZygoteHooks.endPreload()
09-29 13:52:55.486 6862 6862 D nativeloader: Load libjavacrypto.so using APEX ns com_android_conscrypt for caller /apex/com.android.conscrypt/javalib/conscrypt.jar: ok
09-29 13:52:55.490 6862 6862 I Zygote : Installed AndroidKeyStoreProvider in 5ms.
09-29 13:52:55.490 6862 6862 D Zygote : end preload
09-29 13:52:55.497 6862 6890 W libc : Access denied finding property "qemu.sf.lcd_density"
09-29 13:52:55.497 6862 6890 W libc : Access denied finding property "qemu.sf.lcd_density"
09-29 13:52:55.506 6862 6862 D nativeloader: Load libstats_jni.so using APEX ns com_android_os_statsd for caller /apex/com.android.os.statsd/javalib/framework-statsd.jar: ok
09-29 13:52:55.506 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1110217; state: ENABLED
09-29 13:52:55.506 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 1110217; state: ENABLED
09-29 13:52:55.506 6862 6862 I Typeface: Preloading /system/fonts/Roboto-Regular.ttf
09-29 13:52:55.507 6862 6862 I Typeface: Preloading /system/fonts/RobotoStatic-Regular.ttf
09-29 13:52:55.508 6862 6862 I SystemFonts: Loading font config from /system/etc/fonts.xml
09-29 13:52:55.508 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 247079863; UID 1110217; state: ENABLED
09-29 13:52:55.533 6862 6862 D nativeloader: InitApexLibraries:
09-29 13:52:55.533 6862 6862 D nativeloader: com_android_art: libnativehelper.so
09-29 13:52:55.533 6862 6862 D nativeloader: com_android_i18n: libicui18n.so:libicuuc.so:libicu.so
09-29 13:52:55.533 6862 6862 D nativeloader: com_android_neuralnetworks: libneuralnetworks.so
09-29 13:52:55.533 6862 6862 D nativeloader: InitDefaultPublicLibraries for_preload=0: libandroid.so:libaaudio.so:libamidi.so:libbinder_ndk.so:libc.so:libcamera2ndk.so:libclang_rt.hwasan-aarch64-android.so:libdl.so:libEGL.so:libGLESv1_CM.so:libGLESv2.so:libGLESv3.so:libjnigraphics.so:liblog.so:libmediandk.so:libm.so:libnativewindow.so:libOpenMAXAL.so:libOpenSLES.so:libRS.so:libstdc++.so:libsync.so:libvulkan.so:libwebviewchromium_plat_support.so:libz.so
09-29 13:52:55.534 6862 6862 D nativeloader: Configuring clns-1 for other apk /data/app/~~is5GbmvsWP_oYGK457OBxg==/com.wirelessalien.android.moviedb-pN-G6j4i1dvqULYZmwGGmg==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~is5GbmvsWP_oYGK457OBxg==/com.wirelessalien.android.moviedb-pN-G6j4i1dvqULYZmwGGmg==/lib/arm64, permitted_path=/data:/mnt/expand:/data/user/11/com.wirelessalien.android.moviedb
09-29 13:52:55.534 6862 6862 D nativeloader: InitExtendedPublicLibraries: libedgetpu_dba.google.so
09-29 13:52:55.537 6862 6862 D nativeloader: InitVendorPublicLibraries: libOpenCL.so:libOpenCL-pixel.so:libedgetpu_client.google.so:libedgetpu_util.so:lib_aion_buffer.so:libgxp.so:gxp_metrics_logger.so
09-29 13:52:55.537 6862 6862 D nativeloader: InitProductPublicLibraries:
09-29 13:52:55.541 6862 6862 D nativeloader: Load libframework-connectivity-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity.jar: ok
09-29 13:52:55.542 6862 6862 V GraphicsEnvironment: Currently set values for:
09-29 13:52:55.543 6862 6862 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon]
09-29 13:52:55.543 6862 6862 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native]
09-29 13:52:55.543 6862 6862 V GraphicsEnvironment: com.wirelessalien.android.moviedb is not listed in per-application setting
09-29 13:52:55.543 6862 6862 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
09-29 13:52:55.547 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 279646685; UID 1110217; state: DISABLED
09-29 13:52:55.548 6862 6862 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
09-29 13:52:55.550 6862 6862 W libc : Access denied finding property "ro.debuggable"
09-29 13:52:55.552 6862 6862 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
09-29 13:52:55.552 6862 6862 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
09-29 13:52:55.570 6862 6862 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
09-29 13:52:55.575 6862 6862 E com.wirelessalien.android.moviedb: Invalid resource ID 0x00000000.
09-29 13:52:55.595 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 1110217; state: ENABLED
09-29 13:52:55.595 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 63938206; UID 1110217; state: DISABLED
09-29 13:52:55.601 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 303326708; UID 1110217; state: DISABLED
09-29 13:52:55.608 6862 6892 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1110217; state: ENABLED
--------- switch to events
09-29 13:52:55.625 6862 6862 I wm_on_create_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=50ms]
--------- switch to main
09-29 13:52:55.632 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 1110217; state: ENABLED
09-29 13:52:55.636 6862 6892 D CompatibilityChangeReporter: Compat change id reported: 194532703; UID 1110217; state: ENABLED
09-29 13:52:55.636 6862 6892 D CompatibilityChangeReporter: Compat change id reported: 253665015; UID 1110217; state: ENABLED
09-29 13:52:55.636 6862 6892 D CompatibilityChangeReporter: Compat change id reported: 311402873; UID 1110217; state: DISABLED
09-29 13:52:55.636 6862 6892 D CompatibilityChangeReporter: Compat change id reported: 323349338; UID 1110217; state: DISABLED
--------- switch to events
09-29 13:52:55.644 6862 6862 I wm_on_start_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=19ms]
09-29 13:52:55.645 6862 6862 I wm_on_resume_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
--------- switch to main
09-29 13:52:55.647 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 1110217; state: DISABLED
--------- switch to events
09-29 13:52:55.655 6862 6862 I wm_on_top_resumed_gained_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
--------- switch to main
09-29 13:52:55.682 6862 6893 E cutils-trace: Error opening trace file: No such file or directory (2)
09-29 13:52:55.683 6862 6910 D TrafficStats: tagSocket(87) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
09-29 13:52:55.706 6862 6862 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:52:55.708 6862 6912 D TrafficStats: tagSocket(102) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:56.415 6862 6912 D TrafficStats: tagSocket(103) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:56.415 6862 6910 D TrafficStats: tagSocket(105) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:57.154 6862 6912 D TrafficStats: tagSocket(108) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:57.154 6862 6910 D TrafficStats: tagSocket(118) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:57.322 6862 6949 D TrafficStats: tagSocket(148) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:57.336 6862 6941 D TrafficStats: tagSocket(151) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:57.872 6862 6912 D TrafficStats: tagSocket(127) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:57.877 6862 6910 D TrafficStats: tagSocket(158) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:58.426 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 289878283; UID 1110217; state: ENABLED
09-29 13:52:58.597 6862 6910 D TrafficStats: tagSocket(111) with statsTag=0xffffffff, statsUid=-1
09-29 13:52:58.603 6862 6912 D TrafficStats: tagSocket(135) with statsTag=0xffffffff, statsUid=-1
09-29 13:53:01.355 6862 6987 D ProfileInstaller: Installing profile for com.wirelessalien.android.moviedb
09-29 13:53:06.066 6862 6862 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
09-29 13:53:06.066 6862 6862 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
09-29 13:53:06.083 6862 6862 W com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper: Upgrading database from version 13 to 15, database will be temporarily exported to a JSON string and imported after the upgrade.
09-29 13:53:06.178 6862 6910 D TrafficStats: tagSocket(133) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
09-29 13:53:09.639 6862 6862 I viewroot_draw_event: [window=VRI[PopupWindow:99108e1],event=reportDrawFinished seqId=0]
09-29 13:53:09.670 6862 6893 I viewroot_draw_event: [window=VRI[PopupWindow:99108e1],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:53:10.982 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@e913663
--------- switch to events
09-29 13:53:11.304 6862 6862 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Settings]
09-29 13:53:11.323 6862 6862 I wm_on_top_resumed_lost_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
09-29 13:53:11.323 6862 6862 I wm_on_paused_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=0ms]
09-29 13:53:11.350 6862 6862 I wm_on_create_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=performCreate,time=7ms]
09-29 13:53:11.359 6862 6862 I wm_on_start_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=handleStartActivity,time=9ms]
09-29 13:53:11.360 6862 6862 I wm_on_resume_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:53:11.367 6862 6862 I wm_on_top_resumed_gained_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=topStateChangedWhenResumed]
09-29 13:53:11.446 6862 6862 I viewroot_draw_event: [window=VRI[SettingsActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:53:11.985 6862 6862 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:53:11.990 6862 6862 I wm_on_stop_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
--------- switch to main
09-29 13:53:12.004 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f814d800 (RippleDrawable) with handle 0xb400ca49950499c0
--------- switch to events
09-29 13:53:12.010 6862 6862 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
09-29 13:53:12.481 6862 6862 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.SettingsActivity]
09-29 13:53:12.596 6862 6862 I wm_on_top_resumed_lost_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=topStateChangedWhenResumed]
09-29 13:53:12.597 6862 6862 I wm_on_paused_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=performPause,time=1ms]
--------- switch to main
09-29 13:53:12.610 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 78294732; UID 1110217; state: ENABLED
--------- switch to events
09-29 13:53:12.611 6862 6862 I wm_on_restart_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
09-29 13:53:12.612 6862 6862 I wm_on_start_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=0ms]
09-29 13:53:12.613 6862 6862 I wm_on_activity_result_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=ACTIVITY_RESULT]
09-29 13:53:12.613 6862 6862 I wm_on_resume_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:53:12.616 6862 6862 I wm_on_top_resumed_gained_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
09-29 13:53:12.677 6862 6862 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
09-29 13:53:12.698 6862 6862 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:53:13.238 6862 6862 D VRI[SettingsActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:53:13.243 6862 6862 I wm_on_stop_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=0ms]
09-29 13:53:13.245 6862 6862 I wm_on_destroy_called: [Token=188478482,Component Name=com.wirelessalien.android.moviedb.activity.SettingsActivity,Reason=performDestroy,time=1ms]
--------- switch to main
09-29 13:53:13.245 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@710b461
--------- switch to events
09-29 13:53:13.427 6862 6862 I viewroot_draw_event: [window=VRI[PopupWindow:7854493],event=reportDrawFinished seqId=0]
09-29 13:53:13.459 6862 6893 I viewroot_draw_event: [window=VRI[PopupWindow:7854493],event=reportDrawFinished seqId=0]
09-29 13:53:17.547 6862 6862 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Export]
09-29 13:53:17.563 6862 6862 I wm_on_top_resumed_lost_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
09-29 13:53:17.570 6862 6862 I wm_on_paused_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=0ms]
09-29 13:53:17.688 6862 6862 I wm_on_create_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performCreate,time=79ms]
09-29 13:53:17.689 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
09-29 13:53:17.690 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:53:17.696 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:53:17.717 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:53:17.879 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@52845fc
09-29 13:53:17.881 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f827b600 (MenuPopupWindow$MenuDropDownListView) with handle 0xb400ca49951d1f00
09-29 13:53:18.266 6862 6862 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:53:18.311 6862 6862 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
09-29 13:53:18.315 6862 6862 I wm_on_stop_called: [Token=43411601,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:53:23.853 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:53:30.151 6862 6885 W com.wirelessalien.android.moviedb: Cleared Reference was only reachable from finalizer (only reported once)
09-29 13:53:30.187 6862 6862 D CompatibilityChangeReporter: Compat change id reported: 147798919; UID 1110217; state: ENABLED
09-29 13:53:30.192 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@30cbc52
09-29 13:53:30.197 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f82cde00 (RippleDrawable) with handle 0xb400ca49951fb1e0
--------- switch to events
09-29 13:53:31.940 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:53:31.946 6862 6862 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.ExportActivity]
09-29 13:53:32.622 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-29 13:53:32.623 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:53:32.637 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:53:32.640 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
09-29 13:53:57.393 6862 6862 I wm_on_restart_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:53:57.393 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=1ms]
09-29 13:53:57.394 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:53:57.404 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:53:57.408 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:53:57.408 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:54:02.781 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:54:02.814 6862 6862 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.ExportActivity]
09-29 13:54:07.596 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-29 13:54:08.004 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:54:08.020 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:54:08.021 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:55:15.732 6862 6862 I wm_on_restart_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:55:15.733 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
09-29 13:55:15.736 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=1ms]
09-29 13:55:15.773 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:55:15.811 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:55:15.811 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:55:16.744 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:55:18.728 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:55:18.728 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:55:18.728 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:55:18.728 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.exportDatabase$lambda$0(MovieDatabaseHelper.kt:218)
09-29 13:55:18.728 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$77AyWIPYmjqUt-7IAbnDF9Ipetc(Unknown Source:0)
09-29 13:55:18.728 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda0.onClick(Unknown Source:12)
09-29 13:55:18.728 6862 6862 W System.err: at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:167)
09-29 13:55:18.728 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:55:18.728 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:55:18.728 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:55:18.728 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:55:18.728 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:55:18.728 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:55:18.728 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:55:18.728 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:55:18.728 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:55:18.728 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:55:18.728 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:55:18.728 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:18.728 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:55:18.729 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:18.729 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:55:18.729 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:55:18.729 6862 6862 W System.err: ... 14 more
09-29 13:55:18.742 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@29594bc
09-29 13:55:18.745 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f814de00 (RippleDrawable) with handle 0xb400ca4994f95d80
09-29 13:55:18.745 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f8142400 (RippleDrawable) with handle 0xb400ca49950612d0
--------- switch to events
09-29 13:55:18.754 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:55:18.756 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-29 13:55:19.399 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:55:19.427 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:55:19.429 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:55:23.457 6862 6862 I wm_on_restart_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:55:23.457 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
--------- switch to main
09-29 13:55:23.470 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:55:23.470 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:55:23.470 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:55:23.470 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.saveFileToUri(ExportActivity.kt:97)
09-29 13:55:23.470 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.createFileLauncher$lambda$1(ExportActivity.kt:46)
09-29 13:55:23.470 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.$r8$lambda$nprxCKoYfTYkBXK7ZBhAHmKSt4o(Unknown Source:0)
09-29 13:55:23.470 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity$$ExternalSyntheticLambda1.onActivityResult(Unknown Source:4)
09-29 13:55:23.470 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.doDispatch(ActivityResultRegistry.java:414)
09-29 13:55:23.470 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.dispatchResult(ActivityResultRegistry.java:371)
09-29 13:55:23.470 6862 6862 W System.err: at androidx.activity.ComponentActivity.onActivityResult(ComponentActivity.java:845)
09-29 13:55:23.470 6862 6862 W System.err: at androidx.fragment.app.FragmentActivity.onActivityResult(FragmentActivity.java:152)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.Activity.internalDispatchActivityResult(Activity.java:9393)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.Activity.dispatchActivityResult(Activity.java:9377)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.ActivityThread.deliverResults(ActivityThread.java:5833)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.ActivityThread.handleSendResult(ActivityThread.java:5880)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:69)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:60)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:231)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:152)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:93)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2602)
09-29 13:55:23.471 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:55:23.471 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:55:23.471 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:55:23.471 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:55:23.471 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:55:23.471 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:55:23.471 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:55:23.471 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:55:23.471 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:55:23.471 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:55:23.471 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:23.471 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:55:23.471 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:23.471 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:55:23.471 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:55:23.471 6862 6862 W System.err: ... 28 more
--------- switch to events
09-29 13:55:23.474 6862 6862 I wm_on_activity_result_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=ACTIVITY_RESULT]
09-29 13:55:23.474 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:55:23.474 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
09-29 13:55:23.483 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:55:23.487 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:55:27.356 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:55:27.366 6862 6862 W Choreographer: Frame time is 0.021938 ms in the future! Check that graphics HAL is generating vsync timestamps using the correct timebase.
09-29 13:55:29.237 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:55:29.238 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:55:29.238 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:55:29.238 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.exportDatabase$lambda$0(MovieDatabaseHelper.kt:218)
09-29 13:55:29.238 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$77AyWIPYmjqUt-7IAbnDF9Ipetc(Unknown Source:0)
09-29 13:55:29.238 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda0.onClick(Unknown Source:12)
09-29 13:55:29.238 6862 6862 W System.err: at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:167)
09-29 13:55:29.238 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:55:29.238 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:55:29.238 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:55:29.238 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:55:29.238 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:55:29.238 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:55:29.238 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:55:29.238 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:55:29.238 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:55:29.238 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:55:29.238 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:55:29.238 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:29.238 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:55:29.238 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:29.238 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:55:29.238 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:55:29.238 6862 6862 W System.err: ... 14 more
09-29 13:55:29.253 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@1db29d3
09-29 13:55:29.257 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f81c6400 (RippleDrawable) with handle 0xb400ca4995141270
09-29 13:55:29.257 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f81c8200 (RippleDrawable) with handle 0xb400ca4994fd3a20
--------- switch to events
09-29 13:55:29.272 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:55:29.274 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-29 13:55:29.942 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:55:29.973 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:55:29.976 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:55:50.257 6862 6862 I wm_on_restart_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:55:50.258 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
--------- switch to main
09-29 13:55:50.265 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:55:50.265 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:55:50.265 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:55:50.265 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.saveFileToUri(ExportActivity.kt:97)
09-29 13:55:50.265 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.createFileLauncher$lambda$1(ExportActivity.kt:46)
09-29 13:55:50.265 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.$r8$lambda$nprxCKoYfTYkBXK7ZBhAHmKSt4o(Unknown Source:0)
09-29 13:55:50.265 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity$$ExternalSyntheticLambda1.onActivityResult(Unknown Source:4)
09-29 13:55:50.265 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.doDispatch(ActivityResultRegistry.java:414)
09-29 13:55:50.265 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.dispatchResult(ActivityResultRegistry.java:371)
09-29 13:55:50.265 6862 6862 W System.err: at androidx.activity.ComponentActivity.onActivityResult(ComponentActivity.java:845)
09-29 13:55:50.265 6862 6862 W System.err: at androidx.fragment.app.FragmentActivity.onActivityResult(FragmentActivity.java:152)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.Activity.internalDispatchActivityResult(Activity.java:9393)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.Activity.dispatchActivityResult(Activity.java:9377)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.ActivityThread.deliverResults(ActivityThread.java:5833)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.ActivityThread.handleSendResult(ActivityThread.java:5880)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:69)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:60)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:231)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:152)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:93)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2602)
09-29 13:55:50.265 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:55:50.265 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:55:50.265 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:55:50.265 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:55:50.265 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:55:50.265 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:55:50.265 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:55:50.265 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:55:50.265 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:55:50.266 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:55:50.266 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:55:50.266 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:50.266 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:55:50.266 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:55:50.266 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:55:50.266 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:55:50.266 6862 6862 W System.err: ... 28 more
--------- switch to events
09-29 13:55:50.268 6862 6862 I wm_on_activity_result_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=ACTIVITY_RESULT]
09-29 13:55:50.268 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:55:50.269 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
09-29 13:55:50.275 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:55:50.280 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:56:02.412 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:56:03.586 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@8f46ad
09-29 13:56:03.594 6862 6862 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
--------- switch to events
09-29 13:56:04.625 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:56:07.316 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@47937bc
09-29 13:56:07.320 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f7f30600 (RippleDrawable) with handle 0xb400ca4995005750
--------- switch to events
09-29 13:56:10.119 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:56:11.571 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:56:11.571 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:56:11.571 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:56:11.571 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.exportDatabase$lambda$0(MovieDatabaseHelper.kt:218)
09-29 13:56:11.571 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$77AyWIPYmjqUt-7IAbnDF9Ipetc(Unknown Source:0)
09-29 13:56:11.571 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda0.onClick(Unknown Source:12)
09-29 13:56:11.571 6862 6862 W System.err: at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:167)
09-29 13:56:11.571 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:56:11.571 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:56:11.571 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:56:11.571 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:56:11.571 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:56:11.571 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:56:11.571 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:56:11.571 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:56:11.571 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:56:11.571 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:56:11.572 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:56:11.572 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:56:11.572 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:56:11.572 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:56:11.572 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:56:11.572 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:56:11.572 6862 6862 W System.err: ... 14 more
09-29 13:56:11.583 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@dd7c6fe
09-29 13:56:11.587 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f7fabc00 (RippleDrawable) with handle 0xb400ca49950c5b10
09-29 13:56:11.588 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f8204e00 (RippleDrawable) with handle 0xb400ca4995051d50
--------- switch to events
09-29 13:56:11.596 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:56:11.598 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=1ms]
--------- switch to main
09-29 13:56:12.275 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:56:12.304 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:56:12.307 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:56:16.357 6862 6862 I wm_on_restart_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:56:16.357 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
--------- switch to main
09-29 13:56:16.365 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:56:16.365 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:56:16.365 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:56:16.365 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.saveFileToUri(ExportActivity.kt:97)
09-29 13:56:16.365 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.createFileLauncher$lambda$1(ExportActivity.kt:46)
09-29 13:56:16.365 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.$r8$lambda$nprxCKoYfTYkBXK7ZBhAHmKSt4o(Unknown Source:0)
09-29 13:56:16.365 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity$$ExternalSyntheticLambda1.onActivityResult(Unknown Source:4)
09-29 13:56:16.365 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.doDispatch(ActivityResultRegistry.java:414)
09-29 13:56:16.365 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.dispatchResult(ActivityResultRegistry.java:371)
09-29 13:56:16.365 6862 6862 W System.err: at androidx.activity.ComponentActivity.onActivityResult(ComponentActivity.java:845)
09-29 13:56:16.365 6862 6862 W System.err: at androidx.fragment.app.FragmentActivity.onActivityResult(FragmentActivity.java:152)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.Activity.internalDispatchActivityResult(Activity.java:9393)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.Activity.dispatchActivityResult(Activity.java:9377)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.ActivityThread.deliverResults(ActivityThread.java:5833)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.ActivityThread.handleSendResult(ActivityThread.java:5880)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:69)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:60)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:231)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:152)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:93)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2602)
09-29 13:56:16.365 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:56:16.365 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:56:16.365 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:56:16.365 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:56:16.365 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:56:16.365 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:56:16.365 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:56:16.365 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:56:16.365 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:56:16.366 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:56:16.366 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:56:16.366 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:56:16.366 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:56:16.366 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:56:16.366 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:56:16.366 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:56:16.366 6862 6862 W System.err: ... 28 more
--------- switch to events
09-29 13:56:16.370 6862 6862 I wm_on_activity_result_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=ACTIVITY_RESULT]
09-29 13:56:16.370 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:56:16.371 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
09-29 13:56:16.378 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:56:16.383 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:56:18.990 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:56:19.019 6862 6862 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.ExportActivity]
09-29 13:56:20.935 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-29 13:56:21.333 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:56:21.349 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:56:21.351 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
09-29 13:57:08.057 6862 6862 I wm_on_restart_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:57:08.057 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
09-29 13:57:08.260 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=1ms]
09-29 13:57:08.260 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
09-29 13:57:08.276 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:57:08.362 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:57:09.198 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
09-29 13:57:12.924 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:57:12.925 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:57:12.925 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:57:12.925 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.exportDatabase$lambda$0(MovieDatabaseHelper.kt:218)
09-29 13:57:12.925 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$77AyWIPYmjqUt-7IAbnDF9Ipetc(Unknown Source:0)
09-29 13:57:12.925 6862 6862 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda0.onClick(Unknown Source:12)
09-29 13:57:12.925 6862 6862 W System.err: at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:167)
09-29 13:57:12.925 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:57:12.925 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:57:12.925 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:57:12.925 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:57:12.925 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:57:12.925 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:57:12.925 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:57:12.925 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:57:12.925 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:57:12.925 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:57:12.926 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:57:12.926 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:57:12.926 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:57:12.926 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:57:12.926 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:57:12.926 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:57:12.926 6862 6862 W System.err: ... 14 more
09-29 13:57:12.942 6862 6862 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@a339182
09-29 13:57:12.945 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f80d8800 (RippleDrawable) with handle 0xb400ca4995083120
09-29 13:57:12.945 6862 6893 D HWUI : endAllActiveAnimators on 0xb400cb77f80d4600 (RippleDrawable) with handle 0xb400ca499509b930
--------- switch to events
09-29 13:57:12.957 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:57:12.958 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-29 13:57:13.623 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:57:13.643 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:57:13.646 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
09-29 13:57:14.935 6862 6862 I wm_on_restart_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
09-29 13:57:14.936 6862 6862 I wm_on_start_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
--------- switch to main
09-29 13:57:14.945 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
09-29 13:57:14.945 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
09-29 13:57:14.945 6862 6862 W System.err: at java.io.FileInputStream.<init>(FileInputStream.java:179)
09-29 13:57:14.945 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.saveFileToUri(ExportActivity.kt:97)
09-29 13:57:14.945 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.createFileLauncher$lambda$1(ExportActivity.kt:46)
09-29 13:57:14.945 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity.$r8$lambda$nprxCKoYfTYkBXK7ZBhAHmKSt4o(Unknown Source:0)
09-29 13:57:14.945 6862 6862 W System.err: at com.wirelessalien.android.moviedb.activity.ExportActivity$$ExternalSyntheticLambda1.onActivityResult(Unknown Source:4)
09-29 13:57:14.945 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.doDispatch(ActivityResultRegistry.java:414)
09-29 13:57:14.945 6862 6862 W System.err: at androidx.activity.result.ActivityResultRegistry.dispatchResult(ActivityResultRegistry.java:371)
09-29 13:57:14.945 6862 6862 W System.err: at androidx.activity.ComponentActivity.onActivityResult(ComponentActivity.java:845)
09-29 13:57:14.945 6862 6862 W System.err: at androidx.fragment.app.FragmentActivity.onActivityResult(FragmentActivity.java:152)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.Activity.internalDispatchActivityResult(Activity.java:9393)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.Activity.dispatchActivityResult(Activity.java:9377)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.ActivityThread.deliverResults(ActivityThread.java:5833)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.ActivityThread.handleSendResult(ActivityThread.java:5880)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:69)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:60)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem(TransactionExecutor.java:231)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.executeTransactionItems(TransactionExecutor.java:152)
09-29 13:57:14.945 6862 6862 W System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:93)
09-29 13:57:14.946 6862 6862 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2602)
09-29 13:57:14.946 6862 6862 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107)
09-29 13:57:14.946 6862 6862 W System.err: at android.os.Looper.loopOnce(Looper.java:232)
09-29 13:57:14.946 6862 6862 W System.err: at android.os.Looper.loop(Looper.java:317)
09-29 13:57:14.946 6862 6862 W System.err: at android.app.ActivityThread.main(ActivityThread.java:8623)
09-29 13:57:14.946 6862 6862 W System.err: at java.lang.reflect.Method.invoke(Native Method)
09-29 13:57:14.946 6862 6862 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:580)
09-29 13:57:14.946 6862 6862 W System.err: at com.android.internal.os.ExecInit.main(ExecInit.java:50)
09-29 13:57:14.946 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
09-29 13:57:14.946 6862 6862 W System.err: at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
09-29 13:57:14.946 6862 6862 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
09-29 13:57:14.946 6862 6862 W System.err: at libcore.io.Linux.open(Native Method)
09-29 13:57:14.946 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:57:14.946 6862 6862 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
09-29 13:57:14.946 6862 6862 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
09-29 13:57:14.946 6862 6862 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
09-29 13:57:14.946 6862 6862 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
09-29 13:57:14.946 6862 6862 W System.err: ... 28 more
--------- switch to events
09-29 13:57:14.950 6862 6862 I wm_on_activity_result_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=ACTIVITY_RESULT]
09-29 13:57:14.951 6862 6862 I wm_on_resume_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
09-29 13:57:14.951 6862 6862 I wm_on_top_resumed_gained_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
--------- switch to main
09-29 13:57:14.954 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=false newVisibility=true
--------- switch to events
09-29 13:57:14.970 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
09-29 13:57:14.974 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
09-29 13:57:17.366 6862 6862 I wm_on_top_resumed_lost_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
09-29 13:57:17.417 6862 6862 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb/com.wirelessalien.android.moviedb.activity.ExportActivity]
09-29 13:57:19.256 6862 6862 I wm_on_paused_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
--------- switch to main
09-29 13:57:19.663 6862 6862 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
09-29 13:57:19.684 6862 6862 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
09-29 13:57:19.686 6862 6862 I wm_on_stop_called: [Token=94066219,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
Unfortunately it's not working. Exporting as JSON and CSV works (and they do so without prompting for the path). Exporting as db opens the file explorer and opens in the same path specified at Path:/storage/emulated/11/Documents/ShowCase (where json and csv saves to successfully) but saving as db to that location results in the error "Something went wrong. Error saving file" Here's the log. By the way, total guess but the relevant line might be this:
09-29 13:56:16.365 6862 6862 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb/databases/movies.db: open failed: ENOENT (No such file or directory)
In case its relevant, I was using version 0.9 from F-Droid but I updated it to 1.0-beta.1 via browser.
If you're not able to resolve this, it's possible it's related to my OS, which is GrapheneOS and not stock Google android. They have something called Storage Scopes which gives apps access to specified locations only. I could report the issue on their forum if you're not able to resolve it yourself (unlikely though).
The issue is not with external storage. The issue is that the app has (had) a hardcoded value for the internal path of database (to save to external storage), path is -
/data/com.wirelessalien.android.moviedb.debug/databases/movies.db
but in some device (or like GrapheneOS) it may not be true. In some device it looks like -/data/user/0/com.wirelessalien.android.moviedb.debug/databases/movies.db
. I am adding a dynamic path method to consider that path, it should solve the issue. Even if it does not, this debug version will Log the actual path of database so we can check it. I am adding the debug version of the app here, I don't have GrapheneOS device, so maybe you can test it. It will not effect the main app (it has a different package name). app-debug.zip Cheers. Also awesome work on the recent update! I'll continue looking for other bugs and possible improvements.
Thanks.
@WirelessAlien
The debug version works, db successfully exports and writes properly. However, importing the db file doesn't appear to work.
Here's what I did:
I tried it a few times to make sure it wasn't a fluke and I can confirm it isn't importing properly. Here's the log.
Also, would it be feasible to make json and csv import-able too? If not that's okay, as long as one import method works that's a whole lot better than nothing. Cheers.
type: logcat
osVersion: google/panther/panther:14/AP2A.240905.003/2024091900:user/release-keys
packageName: com.wirelessalien.android.moviedb.debug:6
buffers: main,system,crash,events,kernel
level: verbose
--------- beginning of events
10-01 09:00:15.944 8733 8733 I wm_on_create_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=250ms]
10-01 09:00:16.029 8733 8733 I wm_on_start_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=82ms]
10-01 09:00:16.032 8733 8733 I wm_on_resume_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:00:16.048 8733 8733 I wm_on_top_resumed_gained_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:16.188 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:00:16.189 8733 8733 I wm_on_top_resumed_lost_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:16.190 8733 8733 I wm_on_paused_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:00:17.524 8733 8733 I wm_on_activity_result_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=ACTIVITY_RESULT]
10-01 09:00:17.525 8733 8733 I wm_on_resume_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:00:17.527 8733 8733 I wm_on_top_resumed_gained_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:00:24.760 8733 8733 I wm_on_top_resumed_lost_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:24.761 8733 8733 I wm_on_paused_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:00:25.019 8733 8733 I wm_on_create_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performCreate,time=234ms]
10-01 09:00:25.021 8733 8733 I wm_on_start_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=handleStartActivity,time=0ms]
10-01 09:00:25.022 8733 8733 I wm_on_resume_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:00:25.033 8733 8733 I wm_on_top_resumed_gained_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:25.144 8733 8733 I viewroot_draw_event: [window=VRI[DetailActivity],event=reportDrawFinished seqId=0]
10-01 09:00:25.734 8733 8733 I wm_on_stop_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:00:25.847 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:00:29.259 8733 8733 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.DetailActivity]
10-01 09:00:29.290 8733 8733 I wm_on_top_resumed_lost_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:29.292 8733 8733 I wm_on_paused_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performPause,time=0ms]
10-01 09:00:29.298 8733 8733 I wm_on_restart_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:00:29.299 8733 8733 I wm_on_start_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:00:29.301 8733 8733 I wm_on_resume_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:00:29.302 8733 8733 I wm_on_top_resumed_gained_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:00:29.325 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:00:29.415 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:00:29.970 8733 8733 I wm_on_stop_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:00:29.983 8733 8733 I wm_on_destroy_called: [Token=15856367,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performDestroy,time=1ms]
10-01 09:00:31.557 8733 8733 I viewroot_draw_event: [window=VRI[PopupWindow:62d1011],event=reportDrawFinished seqId=0]
10-01 09:00:31.689 8733 8733 I viewroot_draw_event: [window=VRI[PopupWindow:62d1011],event=reportDrawFinished seqId=0]
10-01 09:00:33.413 8733 8733 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Export]
10-01 09:00:33.437 8733 8733 I wm_on_top_resumed_lost_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:33.440 8733 8733 I wm_on_paused_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=2ms]
10-01 09:00:33.580 8733 8733 I wm_on_create_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performCreate,time=70ms]
10-01 09:00:33.583 8733 8733 I wm_on_start_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=1ms]
10-01 09:00:33.585 8733 8733 I wm_on_resume_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:00:33.598 8733 8733 I wm_on_top_resumed_gained_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:33.633 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:00:34.211 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:00:34.215 8733 8733 I wm_on_stop_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:00:36.943 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:00:44.483 8733 8733 I wm_on_top_resumed_lost_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:00:44.488 8733 8733 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ExportActivity]
10-01 09:00:45.194 8733 8733 I wm_on_paused_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=2ms]
10-01 09:00:45.234 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
10-01 09:00:45.243 8733 8733 I wm_on_stop_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:01:02.012 8733 8733 I wm_on_restart_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performRestart,time=0ms]
10-01 09:01:02.013 8733 8733 I wm_on_start_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=1ms]
10-01 09:01:02.015 8733 8733 I wm_on_resume_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:01:02.059 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=Start draw after previous draw not visible]
10-01 09:01:02.070 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:01:02.071 8733 8733 I wm_on_top_resumed_gained_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:02.512 8733 8733 I wm_on_top_resumed_lost_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:02.526 8733 8733 I wm_on_paused_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=1ms]
10-01 09:02:02.596 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
10-01 09:02:02.605 8733 8733 I wm_on_stop_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
--------- beginning of system
10-01 09:02:03.602 8733 8733 I ActivityThread: ApplicationInfo updating for com.wirelessalien.android.moviedb.debug, new timestamp: 10517811
10-01 09:02:03.602 8733 8733 I ActivityThread: assets removed: []
10-01 09:02:03.602 8733 8733 I ActivityThread: assets added: [/product/overlay/NavigationBarModeGestural/NavigationBarModeGesturalOverlay.apk, /data/resource-cache/com.android.systemui-neutral-Xnd1.frro, /data/resource-cache/com.android.systemui-accent-XKbl.frro, /data/resource-cache/com.android.systemui-dynamic-kmvz.frro]
--------- switch to events
10-01 09:02:03.643 8733 8733 I wm_on_destroy_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performDestroy,time=0ms]
10-01 09:02:03.952 8733 8733 I wm_on_create_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performCreate,time=89ms]
10-01 09:02:03.955 8733 8733 I wm_on_start_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=1ms]
10-01 09:02:03.958 8733 8733 I wm_on_resume_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:02:03.958 8733 8733 I wm_on_top_resumed_gained_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topWhenResuming]
10-01 09:02:04.001 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:02:25.314 8733 8733 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ExportActivity]
10-01 09:02:25.371 8733 8733 I wm_on_top_resumed_lost_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:25.373 8733 8733 I wm_on_paused_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
10-01 09:02:25.386 8733 8733 I wm_on_destroy_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performDestroy,time=6ms]
10-01 09:02:25.593 8733 8733 I wm_on_create_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=178ms]
10-01 09:02:25.600 8733 8733 I wm_on_start_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=6ms]
10-01 09:02:25.605 8733 8733 I wm_on_resume_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:02:25.606 8733 8733 I wm_on_top_resumed_gained_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:02:25.660 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:02:25.745 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:02:26.300 8733 8733 I wm_on_stop_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:02:26.303 8733 8733 I wm_on_destroy_called: [Token=128842803,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performDestroy,time=0ms]
10-01 09:02:28.713 8733 8733 I wm_on_top_resumed_lost_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:28.715 8733 8733 I wm_on_paused_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:02:29.705 8733 8733 I wm_on_activity_result_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=ACTIVITY_RESULT]
10-01 09:02:29.706 8733 8733 I wm_on_resume_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:02:29.710 8733 8733 I wm_on_top_resumed_gained_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:02:30.945 8733 8733 I viewroot_draw_event: [window=VRI[PopupWindow:ddd6ecb],event=reportDrawFinished seqId=0]
10-01 09:02:30.971 8733 8733 I viewroot_draw_event: [window=VRI[PopupWindow:ddd6ecb],event=reportDrawFinished seqId=0]
10-01 09:02:32.235 8733 8733 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Export]
10-01 09:02:32.267 8733 8733 I wm_on_top_resumed_lost_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:32.269 8733 8733 I wm_on_paused_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=0ms]
10-01 09:02:32.338 8733 8733 I wm_on_create_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performCreate,time=37ms]
10-01 09:02:32.340 8733 8733 I wm_on_start_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=0ms]
10-01 09:02:32.341 8733 8733 I wm_on_resume_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:02:32.349 8733 8733 I wm_on_top_resumed_gained_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:32.377 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:02:32.903 8733 8733 I wm_on_stop_called: [Token=216637381,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:02:32.922 8733 8733 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:02:33.257 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:02:36.845 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:02:42.787 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:02:46.283 8733 8733 I wm_on_top_resumed_lost_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:46.418 8733 8733 I wm_on_top_resumed_gained_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:46.998 8733 8733 I wm_on_top_resumed_lost_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:02:47.022 8733 8733 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ExportActivity]
10-01 09:02:47.421 8733 8733 I wm_on_paused_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=0ms]
10-01 09:02:47.565 8733 8733 I viewroot_draw_event: [window=VRI[ExportActivity],event=Not drawing due to not visible]
10-01 09:02:47.570 8733 8733 I wm_on_stop_called: [Token=41333270,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:03:22.471 9390 9390 I wm_on_create_called: [Token=254443643,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=186ms]
10-01 09:03:22.544 9390 9390 I wm_on_start_called: [Token=254443643,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=72ms]
10-01 09:03:22.547 9390 9390 I wm_on_resume_called: [Token=254443643,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:03:22.559 9390 9390 I wm_on_top_resumed_gained_called: [Token=254443643,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:22.700 9390 9390 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:03:31.241 9390 9390 I wm_on_top_resumed_lost_called: [Token=254443643,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:31.275 9390 9390 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.MainActivity]
10-01 09:03:31.646 9390 9390 I wm_on_paused_called: [Token=254443643,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:03:31.708 9390 9390 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:03:31.716 9390 9390 I wm_on_stop_called: [Token=254443643,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=3ms]
10-01 09:03:43.497 9551 9551 I wm_on_create_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=157ms]
10-01 09:03:43.554 9551 9551 I wm_on_start_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=55ms]
10-01 09:03:43.556 9551 9551 I wm_on_resume_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:03:43.567 9551 9551 I wm_on_top_resumed_gained_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:43.678 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:03:43.679 9551 9551 I wm_on_top_resumed_lost_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:43.683 9551 9551 I wm_on_paused_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:03:44.603 9551 9551 I wm_on_activity_result_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=ACTIVITY_RESULT]
10-01 09:03:44.603 9551 9551 I wm_on_resume_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=1ms]
10-01 09:03:44.604 9551 9551 I wm_on_top_resumed_gained_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:03:45.608 9551 9551 I wm_on_top_resumed_lost_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:45.609 9551 9551 I wm_on_paused_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:03:45.845 9551 9551 I wm_on_create_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performCreate,time=216ms]
10-01 09:03:45.847 9551 9551 I wm_on_start_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=handleStartActivity,time=0ms]
10-01 09:03:45.848 9551 9551 I wm_on_resume_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:03:45.855 9551 9551 I wm_on_top_resumed_gained_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:46.124 9551 9551 I viewroot_draw_event: [window=VRI[DetailActivity],event=reportDrawFinished seqId=0]
10-01 09:03:47.017 9551 9551 I wm_on_stop_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:03:47.068 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:03:48.078 9551 9551 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.DetailActivity]
10-01 09:03:48.161 9551 9551 I wm_on_top_resumed_lost_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:48.164 9551 9551 I wm_on_paused_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performPause,time=1ms]
10-01 09:03:48.176 9551 9551 I wm_on_restart_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:03:48.179 9551 9551 I wm_on_start_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=3ms]
10-01 09:03:48.181 9551 9551 I wm_on_resume_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:03:48.182 9551 9551 I wm_on_top_resumed_gained_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:03:48.371 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:03:48.433 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:03:48.950 9551 9551 I wm_on_stop_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:03:48.962 9551 9551 I wm_on_destroy_called: [Token=222795952,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performDestroy,time=1ms]
10-01 09:03:49.731 9551 9551 I wm_on_top_resumed_lost_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:49.732 9551 9551 I wm_on_paused_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:03:49.906 9551 9551 I wm_on_create_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performCreate,time=164ms]
10-01 09:03:49.908 9551 9551 I wm_on_start_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=handleStartActivity,time=1ms]
10-01 09:03:49.909 9551 9551 I wm_on_resume_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:03:49.915 9551 9551 I wm_on_top_resumed_gained_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:50.003 9551 9551 I viewroot_draw_event: [window=VRI[DetailActivity],event=reportDrawFinished seqId=0]
10-01 09:03:50.581 9551 9551 I wm_on_stop_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:03:50.611 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:03:52.662 9551 9551 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.DetailActivity]
10-01 09:03:52.722 9551 9551 I wm_on_top_resumed_lost_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:52.725 9551 9551 I wm_on_paused_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performPause,time=1ms]
10-01 09:03:52.731 9551 9551 I wm_on_restart_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:03:52.733 9551 9551 I wm_on_start_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:03:52.734 9551 9551 I wm_on_resume_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:03:52.735 9551 9551 I wm_on_top_resumed_gained_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:03:52.755 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:03:52.864 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:03:53.413 9551 9551 I wm_on_stop_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:03:53.422 9551 9551 I wm_on_destroy_called: [Token=44397293,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performDestroy,time=1ms]
10-01 09:03:55.387 9551 9551 I viewroot_draw_event: [window=VRI[PopupWindow:69e7efc],event=reportDrawFinished seqId=0]
10-01 09:03:55.415 9551 9551 I viewroot_draw_event: [window=VRI[PopupWindow:69e7efc],event=reportDrawFinished seqId=0]
10-01 09:03:56.490 9551 9551 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Export]
10-01 09:03:56.514 9551 9551 I wm_on_top_resumed_lost_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:56.516 9551 9551 I wm_on_paused_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:03:56.591 9551 9551 I wm_on_create_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performCreate,time=42ms]
10-01 09:03:56.593 9551 9551 I wm_on_start_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=1ms]
10-01 09:03:56.594 9551 9551 I wm_on_resume_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:03:56.605 9551 9551 I wm_on_top_resumed_gained_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:03:56.633 9551 9551 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:03:57.145 9551 9551 I wm_on_stop_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:03:57.165 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:04:05.053 9551 9551 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
10-01 09:04:10.289 9551 9551 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ExportActivity]
10-01 09:04:10.335 9551 9551 I wm_on_top_resumed_lost_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:10.336 9551 9551 I wm_on_paused_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=1ms]
10-01 09:04:10.342 9551 9551 I wm_on_restart_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:04:10.344 9551 9551 I wm_on_start_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:04:10.345 9551 9551 I wm_on_resume_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:04:10.347 9551 9551 I wm_on_top_resumed_gained_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:04:10.398 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:04:10.428 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:04:10.979 9551 9551 I wm_on_stop_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:04:10.981 9551 9551 I wm_on_destroy_called: [Token=123471771,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performDestroy,time=0ms]
10-01 09:04:12.411 9551 9551 I viewroot_draw_event: [window=VRI[PopupWindow:b51f80c],event=reportDrawFinished seqId=0]
10-01 09:04:12.453 9551 9572 I viewroot_draw_event: [window=VRI[PopupWindow:b51f80c],event=reportDrawFinished seqId=0]
10-01 09:04:13.457 9551 9551 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Import]
10-01 09:04:13.471 9551 9551 I wm_on_top_resumed_lost_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:13.473 9551 9551 I wm_on_paused_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=0ms]
10-01 09:04:13.521 9551 9551 I wm_on_create_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performCreate,time=18ms]
10-01 09:04:13.523 9551 9551 I wm_on_start_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=0ms]
10-01 09:04:13.524 9551 9551 I wm_on_resume_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:04:13.531 9551 9551 I wm_on_top_resumed_gained_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:13.555 9551 9551 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:04:14.077 9551 9551 I wm_on_stop_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:04:14.096 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:04:14.948 9551 9551 I wm_on_top_resumed_lost_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:14.949 9551 9551 I wm_on_paused_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=0ms]
10-01 09:04:15.559 9551 9551 I viewroot_draw_event: [window=VRI[ImportActivity],event=Not drawing due to not visible]
10-01 09:04:15.565 9551 9551 I wm_on_stop_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:04:32.116 9551 9551 I wm_on_restart_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performRestart,time=0ms]
10-01 09:04:32.118 9551 9551 I wm_on_start_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=2ms]
10-01 09:04:32.167 9551 9551 I wm_on_activity_result_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=ACTIVITY_RESULT]
10-01 09:04:32.168 9551 9551 I wm_on_resume_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:04:32.168 9551 9551 I wm_on_top_resumed_gained_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topWhenResuming]
10-01 09:04:32.179 9551 9551 I viewroot_draw_event: [window=VRI[ImportActivity],event=Start draw after previous draw not visible]
10-01 09:04:32.190 9551 9551 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:04:34.312 9551 9551 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:04:37.647 9551 9551 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ImportActivity]
10-01 09:04:37.715 9551 9551 I wm_on_top_resumed_lost_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:37.717 9551 9551 I wm_on_paused_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=1ms]
10-01 09:04:37.723 9551 9551 I wm_on_restart_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:04:37.724 9551 9551 I wm_on_start_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:04:37.725 9551 9551 I wm_on_resume_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:04:37.727 9551 9551 I wm_on_top_resumed_gained_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:04:37.777 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:04:37.807 9551 9551 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:04:38.360 9551 9551 I wm_on_stop_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:04:38.362 9551 9551 I wm_on_destroy_called: [Token=43481581,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performDestroy,time=1ms]
10-01 09:04:44.903 9551 9551 I wm_on_top_resumed_lost_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:44.941 9551 9551 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.MainActivity]
10-01 09:04:46.031 9551 9551 I wm_on_top_resumed_gained_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:47.257 9551 9551 I wm_on_top_resumed_lost_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:47.335 9551 9551 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.MainActivity]
10-01 09:04:48.245 9551 9551 I wm_on_paused_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=5ms]
10-01 09:04:48.313 9551 9551 I wm_on_stop_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:04:48.339 9551 9551 I wm_on_destroy_called: [Token=114863438,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performDestroy,time=12ms]
10-01 09:04:49.982 9787 9787 I wm_on_create_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=153ms]
10-01 09:04:50.042 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=58ms]
10-01 09:04:50.044 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:04:50.055 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:50.144 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:04:52.710 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:3be365c],event=reportDrawFinished seqId=0]
10-01 09:04:52.736 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:3be365c],event=reportDrawFinished seqId=0]
10-01 09:04:53.620 9787 9787 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Import]
10-01 09:04:53.638 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:53.639 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:04:53.688 9787 9787 I wm_on_create_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performCreate,time=21ms]
10-01 09:04:53.690 9787 9787 I wm_on_start_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=0ms]
10-01 09:04:53.691 9787 9787 I wm_on_resume_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:04:53.701 9787 9787 I wm_on_top_resumed_gained_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:53.730 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:04:54.265 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:04:54.284 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:04:54.857 9787 9787 I wm_on_top_resumed_lost_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:04:54.857 9787 9787 I wm_on_paused_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=0ms]
10-01 09:04:55.474 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=Not drawing due to not visible]
10-01 09:04:55.479 9787 9787 I wm_on_stop_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:04:56.305 9787 9787 I wm_on_restart_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performRestart,time=0ms]
10-01 09:04:56.308 9787 9787 I wm_on_start_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=2ms]
10-01 09:04:56.342 9787 9787 I wm_on_activity_result_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=ACTIVITY_RESULT]
10-01 09:04:56.343 9787 9787 I wm_on_resume_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=1ms]
10-01 09:04:56.344 9787 9787 I wm_on_top_resumed_gained_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topWhenResuming]
10-01 09:04:56.357 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=Start draw after previous draw not visible]
10-01 09:04:56.369 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:04:58.287 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:05:01.237 9787 9787 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ImportActivity]
10-01 09:05:01.308 9787 9787 I wm_on_top_resumed_lost_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:05:01.311 9787 9787 I wm_on_paused_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=1ms]
10-01 09:05:01.321 9787 9787 I wm_on_restart_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:05:01.322 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:05:01.324 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:05:01.327 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:05:01.377 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:05:01.398 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:05:01.951 9787 9787 I wm_on_stop_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=0ms]
10-01 09:05:01.953 9787 9787 I wm_on_destroy_called: [Token=112311805,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performDestroy,time=1ms]
10-01 09:06:01.803 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:06:01.815 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=4ms]
10-01 09:06:01.970 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=4ms]
10-01 09:06:02.025 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:09:04.781 9787 9787 I wm_on_destroy_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performDestroy,time=12ms]
--------- beginning of main
10-01 09:09:04.782 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@e97ef55
10-01 09:09:04.814 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.816 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.816 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.817 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.817 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.817 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.817 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.818 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.818 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.818 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.818 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:09:04.831 9787 9787 E d.moviedb.debug: Invalid resource ID 0x00000000.
--------- switch to events
10-01 09:09:04.966 9787 9787 I wm_on_create_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=134ms]
10-01 09:09:04.975 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=7ms]
10-01 09:09:04.981 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:09:04.983 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:09:05.089 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:09:08.261 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:97ed380],event=reportDrawFinished seqId=0]
10-01 09:09:08.279 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:97ed380],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:09:10.400 9787 9828 D TrafficStats: tagSocket(122) with statsTag=0xffffffff, statsUid=-1
10-01 09:09:10.693 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@fdefc75
--------- switch to events
10-01 09:09:10.969 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:09:10.971 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=2ms]
--------- switch to main
10-01 09:09:11.088 9787 9787 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.
10-01 09:09:11.222 9787 9787 E DetailActivity: dateString is null
10-01 09:09:11.233 9787 9827 D TrafficStats: tagSocket(147) with statsTag=0xffffffff, statsUid=-1
10-01 09:09:11.234 9787 9853 D TrafficStats: tagSocket(149) with statsTag=0xffffffff, statsUid=-1
10-01 09:09:11.238 9787 9828 D TrafficStats: tagSocket(148) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:09:11.241 9787 9787 I wm_on_create_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performCreate,time=209ms]
10-01 09:09:11.242 9787 9787 I wm_on_start_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=handleStartActivity,time=0ms]
10-01 09:09:11.243 9787 9787 I wm_on_resume_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:09:11.251 9787 9787 I wm_on_top_resumed_gained_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:09:11.357 9787 9787 I viewroot_draw_event: [window=VRI[DetailActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:09:11.370 9787 9852 D TrafficStats: tagSocket(167) with statsTag=0xffffffff, statsUid=-1
10-01 09:09:11.370 9787 10031 D TrafficStats: tagSocket(165) with statsTag=0xffffffff, statsUid=-1
10-01 09:09:11.370 9787 10037 D TrafficStats: tagSocket(168) with statsTag=0xffffffff, statsUid=-1
10-01 09:09:11.375 9787 10036 D TrafficStats: tagSocket(170) with statsTag=0xffffffff, statsUid=-1
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.384 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.530 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:09:11.567 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.567 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:09:11.696 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:09:11.697 9787 10036 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:09:11.805 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.816 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.824 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.833 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.841 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.849 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.856 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.865 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.907 9787 9787 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:09:11.909 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=0ms]
10-01 09:09:11.947 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
--------- switch to main
10-01 09:09:11.954 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.961 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.968 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.975 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.982 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.989 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:11.996 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.002 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.009 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.016 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.023 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.071 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.076 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.082 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:09:12.108 9787 9787 E DetailActivity: dateString is null
10-01 09:09:12.126 9787 9787 E DetailActivity: dateString is null
--------- switch to events
10-01 09:09:13.537 9787 9787 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.DetailActivity]
10-01 09:09:13.587 9787 9787 I wm_on_top_resumed_lost_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:09:13.589 9787 9787 I wm_on_paused_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performPause,time=0ms]
10-01 09:09:13.594 9787 9787 I wm_on_restart_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:09:13.596 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:09:13.597 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:09:13.607 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:09:13.653 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:09:13.677 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:09:14.200 9787 9787 D VRI[DetailActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:09:14.206 9787 9787 I wm_on_stop_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=0ms]
10-01 09:09:14.217 9787 9787 I wm_on_destroy_called: [Token=97078561,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performDestroy,time=1ms]
--------- switch to main
10-01 09:09:14.217 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@b2ad3d7
--------- switch to events
10-01 09:09:14.907 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:ede730d],event=reportDrawFinished seqId=0]
10-01 09:09:14.934 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:ede730d],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:09:15.419 9787 9799 I d.moviedb.debug: Background concurrent mark compact GC freed 17MB AllocSpace bytes, 49(1644KB) LOS objects, 75% free, 11MB/46MB, paused 601us,1.349ms total 114.032ms
10-01 09:09:15.588 9787 9801 W System : A resource failed to call close.
10-01 09:09:15.588 9787 9801 W System : A resource failed to call close.
10-01 09:09:15.594 9787 9801 W System : A resource failed to call close.
10-01 09:09:16.069 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@68c3309
--------- switch to events
10-01 09:09:16.693 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:e9b3a5d],event=reportDrawFinished seqId=0]
10-01 09:09:16.712 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:e9b3a5d],event=reportDrawFinished seqId=0]
10-01 09:09:18.049 9787 9787 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Import]
10-01 09:09:18.074 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:09:18.078 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:09:18.171 9787 9787 I wm_on_create_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performCreate,time=25ms]
10-01 09:09:18.173 9787 9787 I wm_on_start_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=0ms]
10-01 09:09:18.174 9787 9787 I wm_on_resume_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:09:18.183 9787 9787 I wm_on_top_resumed_gained_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:09:18.207 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:09:18.384 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@48ea71e
10-01 09:09:18.388 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a6b98200 (MenuPopupWindow$MenuDropDownListView) with handle 0xb400c521f1925a20
10-01 09:09:18.757 9787 9787 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:09:18.763 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:09:18.792 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:09:19.364 9787 9787 I wm_on_top_resumed_lost_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:09:19.365 9787 9787 I wm_on_paused_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=1ms]
--------- switch to main
10-01 09:09:20.018 9787 9787 D VRI[ImportActivity]: visibilityChanged oldVisibility=true newVisibility=false
10-01 09:09:20.030 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a6b82000 (RippleDrawable) with handle 0xb400c521f1b190f0
--------- switch to events
10-01 09:09:20.054 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=Not drawing due to not visible]
10-01 09:09:20.063 9787 9787 I wm_on_stop_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:09:21.149 9787 9787 I wm_on_restart_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performRestart,time=0ms]
10-01 09:09:21.152 9787 9787 I wm_on_start_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=2ms]
--------- switch to main
10-01 09:09:21.184 9787 9787 D CacheFile: /data/user/13/com.wirelessalien.android.moviedb.debug/cache/movies01-10-24-19-00.db
--------- switch to events
10-01 09:09:21.185 9787 9787 I wm_on_activity_result_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=ACTIVITY_RESULT]
10-01 09:09:21.185 9787 9787 I wm_on_resume_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:09:21.186 9787 9787 I wm_on_top_resumed_gained_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topWhenResuming]
10-01 09:09:21.199 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=Start draw after previous draw not visible]
10-01 09:09:21.211 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:09:52.607 9787 9787 I wm_on_top_resumed_lost_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:09:52.608 9787 9787 I wm_on_paused_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=1ms]
--------- switch to main
10-01 09:09:53.243 9787 9787 D VRI[ImportActivity]: visibilityChanged oldVisibility=true newVisibility=false
10-01 09:09:53.260 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a6b82000 (RippleDrawable) with handle 0xb400c521f1b51690
--------- switch to events
10-01 09:09:53.289 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=Not drawing due to not visible]
10-01 09:09:53.298 9787 9787 I wm_on_stop_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:09:53.782 9787 9787 I wm_on_restart_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performRestart,time=0ms]
10-01 09:09:53.784 9787 9787 I wm_on_start_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=1ms]
--------- switch to main
10-01 09:09:53.814 9787 9787 D CacheFile: /data/user/13/com.wirelessalien.android.moviedb.debug/cache/movies01-10-24-19-00.db
--------- switch to events
10-01 09:09:53.815 9787 9787 I wm_on_activity_result_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=ACTIVITY_RESULT]
10-01 09:09:53.816 9787 9787 I wm_on_resume_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:09:53.817 9787 9787 I wm_on_top_resumed_gained_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topWhenResuming]
10-01 09:09:53.829 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=Start draw after previous draw not visible]
10-01 09:09:53.839 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:10:01.622 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:10:12.920 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@46b86ca
10-01 09:10:12.922 9787 10115 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb.debug/databases/movies.db: open failed: ENOENT (No such file or directory)
10-01 09:10:12.922 9787 10115 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
10-01 09:10:12.922 9787 10115 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:259)
10-01 09:10:12.923 9787 10115 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:208)
10-01 09:10:12.923 9787 10115 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.importDatabase$lambda$6$lambda$5(MovieDatabaseHelper.kt:346)
10-01 09:10:12.923 9787 10115 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$XIapdXrx9nH5x5H-yBhVKV8cjmI(Unknown Source:0)
10-01 09:10:12.923 9787 10115 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda6.run(Unknown Source:6)
10-01 09:10:12.923 9787 10115 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1780)
10-01 09:10:12.924 9787 10115 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1772)
10-01 09:10:12.924 9787 10115 W System.err: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:377)
10-01 09:10:12.924 9787 10115 W System.err: at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1185)
10-01 09:10:12.924 9787 10115 W System.err: at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1658)
10-01 09:10:12.924 9787 10115 W System.err: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1625)
10-01 09:10:12.924 9787 10115 W System.err: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
10-01 09:10:12.926 9787 10115 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
10-01 09:10:12.927 9787 10115 W System.err: at libcore.io.Linux.open(Native Method)
10-01 09:10:12.927 9787 10115 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:10:12.927 9787 10115 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
10-01 09:10:12.927 9787 10115 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:10:12.927 9787 10115 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
10-01 09:10:12.928 9787 10115 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
10-01 09:10:12.928 9787 10115 W System.err: ... 12 more
10-01 09:10:12.928 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a6b69400 (AlertController$RecycleListView) with handle 0xb400c521f1aad870
--------- switch to events
10-01 09:10:16.180 9787 9787 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:10:22.177 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@d8ed5a3
10-01 09:10:22.178 9787 10115 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb.debug/databases/movies.db: open failed: ENOENT (No such file or directory)
10-01 09:10:22.179 9787 10115 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
10-01 09:10:22.179 9787 10115 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:259)
10-01 09:10:22.179 9787 10115 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:208)
10-01 09:10:22.180 9787 10115 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.importDatabase$lambda$6$lambda$5(MovieDatabaseHelper.kt:346)
10-01 09:10:22.180 9787 10115 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$XIapdXrx9nH5x5H-yBhVKV8cjmI(Unknown Source:0)
10-01 09:10:22.180 9787 10115 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda6.run(Unknown Source:6)
10-01 09:10:22.180 9787 10115 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1780)
10-01 09:10:22.180 9787 10115 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1772)
10-01 09:10:22.181 9787 10115 W System.err: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:377)
10-01 09:10:22.181 9787 10115 W System.err: at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1185)
10-01 09:10:22.181 9787 10115 W System.err: at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1658)
10-01 09:10:22.181 9787 10115 W System.err: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1625)
10-01 09:10:22.181 9787 10115 W System.err: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
10-01 09:10:22.184 9787 10115 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
10-01 09:10:22.184 9787 10115 W System.err: at libcore.io.Linux.open(Native Method)
10-01 09:10:22.184 9787 10115 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:10:22.185 9787 10115 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
10-01 09:10:22.185 9787 10115 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:10:22.185 9787 10115 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
10-01 09:10:22.185 9787 10115 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
10-01 09:10:22.185 9787 10115 W System.err: ... 12 more
10-01 09:10:22.190 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a6a70400 (AlertController$RecycleListView) with handle 0xb400c521f1a7b750
--------- switch to events
10-01 09:10:49.597 9787 9787 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ImportActivity]
10-01 09:10:49.654 9787 9787 I wm_on_top_resumed_lost_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:10:49.655 9787 9787 I wm_on_paused_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=1ms]
10-01 09:10:49.661 9787 9787 I wm_on_restart_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:10:49.663 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:10:49.664 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:10:49.668 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:10:49.717 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:10:49.740 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:10:50.299 9787 9787 D VRI[ImportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:10:50.303 9787 9787 I wm_on_stop_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=0ms]
10-01 09:10:50.305 9787 9787 I wm_on_destroy_called: [Token=48223573,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performDestroy,time=1ms]
--------- switch to main
10-01 09:10:50.306 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@b070be4
10-01 09:10:51.492 9787 9787 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:10:51.492 9787 9787 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-01 09:10:51.781 9787 9853 D TrafficStats: tagSocket(103) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:51.782 9787 9852 D TrafficStats: tagSocket(105) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:51.783 9787 10031 D TrafficStats: tagSocket(152) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:51.983 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.983 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.983 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:10:51.984 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.984 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.984 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:10:51.984 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.984 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:10:51.986 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.986 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.986 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.986 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:10:51.986 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.987 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:10:51.987 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.987 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.987 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:10:51.987 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.987 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:10:51.987 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.987 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.987 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:10:51.988 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:51.988 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:10:52.045 9787 9787 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:10:52.045 9787 9787 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-01 09:10:52.167 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:52.167 9787 9853 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:10:52.215 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:52.215 9787 9852 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:10:52.221 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:52.221 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:10:52.816 9787 9787 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:10:52.816 9787 9787 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-01 09:10:52.879 9787 10031 D TrafficStats: tagSocket(122) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:52.985 9787 9852 D TrafficStats: tagSocket(123) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:10:53.001 9787 10031 W d.moviedb.debug: Reached maximum number of hidden api access warnings.
10-01 09:10:53.457 9787 10031 D TrafficStats: tagSocket(146) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:53.642 9787 9852 D TrafficStats: tagSocket(159) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:54.198 9787 10031 D TrafficStats: tagSocket(208) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:54.293 9787 9852 D TrafficStats: tagSocket(154) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:10:54.624 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:10:54.627 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
--------- switch to main
10-01 09:10:54.720 9787 9787 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.
--------- switch to events
10-01 09:10:54.863 9787 9787 I wm_on_create_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performCreate,time=203ms]
--------- switch to main
10-01 09:10:54.863 9787 10036 D TrafficStats: tagSocket(216) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:10:54.864 9787 9787 I wm_on_start_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=handleStartActivity,time=0ms]
10-01 09:10:54.865 9787 9787 I wm_on_resume_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:10:54.877 9787 9787 I wm_on_top_resumed_gained_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
--------- switch to main
10-01 09:10:54.879 9787 10032 D TrafficStats: tagSocket(222) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:10:54.972 9787 9787 I viewroot_draw_event: [window=VRI[DetailActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:10:54.978 9787 9828 D TrafficStats: tagSocket(232) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:54.983 9787 9829 D TrafficStats: tagSocket(234) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:55.004 9787 10031 D TrafficStats: tagSocket(235) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:55.109 9787 9787 D CompatibilityChangeReporter: Compat change id reported: 289878283; UID 1310199; state: ENABLED
10-01 09:10:55.192 9787 9852 D TrafficStats: tagSocket(169) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:55.670 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.676 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.680 9787 9847 D TrafficStats: tagSocket(147) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:55.682 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.686 9787 9848 D TrafficStats: tagSocket(161) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:55.690 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.694 9787 10032 D TrafficStats: tagSocket(172) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:55.697 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.704 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.711 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.718 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.724 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.731 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.738 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:10:55.783 9787 9787 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:10:55.785 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
--------- switch to main
10-01 09:10:55.787 9787 9852 D TrafficStats: tagSocket(267) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:10:55.796 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
--------- switch to main
10-01 09:10:55.815 9787 10036 D TrafficStats: tagSocket(174) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:10:56.827 9787 9787 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.DetailActivity]
10-01 09:10:56.878 9787 9787 I wm_on_top_resumed_lost_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:10:56.881 9787 9787 I wm_on_paused_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performPause,time=1ms]
10-01 09:10:56.892 9787 9787 I wm_on_restart_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:10:56.893 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=2ms]
10-01 09:10:56.895 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:10:56.896 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:10:57.138 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:10:57.202 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:10:57.741 9787 9787 D VRI[DetailActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:10:57.746 9787 9787 I wm_on_stop_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:10:57.757 9787 9787 I wm_on_destroy_called: [Token=120148940,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performDestroy,time=1ms]
--------- switch to main
10-01 09:10:57.758 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@4358533
10-01 09:10:59.136 9787 9787 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:10:59.136 9787 9787 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-01 09:10:59.258 9787 10036 D TrafficStats: tagSocket(173) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:59.258 9787 9828 D TrafficStats: tagSocket(212) with statsTag=0xffffffff, statsUid=-1
10-01 09:10:59.263 9787 10037 D TrafficStats: tagSocket(213) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:11:01.481 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:11:01.484 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
--------- switch to main
10-01 09:11:01.600 9787 9787 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.
10-01 09:11:01.684 9787 9799 W d.moviedb.debug: Cleared Reference was only reachable from finalizer (only reported once)
--------- switch to events
10-01 09:11:01.763 9787 9787 I wm_on_create_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performCreate,time=235ms]
10-01 09:11:01.765 9787 9787 I wm_on_start_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=handleStartActivity,time=1ms]
--------- switch to main
10-01 09:11:01.765 9787 10036 D TrafficStats: tagSocket(140) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:11:01.766 9787 9787 I wm_on_resume_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:11:01.773 9787 9787 I wm_on_top_resumed_gained_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
--------- switch to main
10-01 09:11:01.809 9787 9801 W System : A resource failed to call SQLiteConnectionPool.close.
10-01 09:11:01.809 9787 9801 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/13/com.wirelessalien.android.moviedb.debug/databases/movies.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
10-01 09:11:01.809 9787 9801 W System : A resource failed to call SQLiteConnection.close.
10-01 09:11:01.809 9787 9801 W System : A resource failed to call SQLiteConnectionPool.close.
10-01 09:11:01.810 9787 9801 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/13/com.wirelessalien.android.moviedb.debug/databases/movies.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
10-01 09:11:01.810 9787 9801 W System : A resource failed to call SQLiteConnection.close.
10-01 09:11:01.810 9787 9801 W System : A resource failed to call SQLiteConnectionPool.close.
10-01 09:11:01.810 9787 9801 W SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/13/com.wirelessalien.android.moviedb.debug/databases/movies.db' was leaked! Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
10-01 09:11:01.810 9787 9801 W System : A resource failed to call SQLiteConnection.close.
10-01 09:11:01.827 9787 9801 W System : A resource failed to call close.
10-01 09:11:01.829 9787 9801 W System : A resource failed to call close.
10-01 09:11:01.843 9787 9801 W System : A resource failed to call close.
10-01 09:11:01.843 9787 9801 W System : A resource failed to call close.
10-01 09:11:01.849 9787 9801 W System : A resource failed to call close.
--------- switch to events
10-01 09:11:01.870 9787 9787 I viewroot_draw_event: [window=VRI[DetailActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:11:01.879 9787 9852 D TrafficStats: tagSocket(141) with statsTag=0xffffffff, statsUid=-1
10-01 09:11:01.887 9787 10031 D TrafficStats: tagSocket(196) with statsTag=0xffffffff, statsUid=-1
10-01 09:11:02.208 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:11:02.217 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:11:02.225 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:11:02.259 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:11:02.266 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:11:02.272 9787 9787 I MaterialCardView: Setting a custom background is not supported.
10-01 09:11:02.415 9787 9787 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:11:02.421 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:11:02.438 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:11:03.250 9787 9787 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.DetailActivity]
10-01 09:11:03.317 9787 9787 I wm_on_top_resumed_lost_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=topStateChangedWhenResumed]
10-01 09:11:03.319 9787 9787 I wm_on_paused_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performPause,time=2ms]
10-01 09:11:03.331 9787 9787 I wm_on_restart_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:11:03.333 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:11:03.334 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=1ms]
10-01 09:11:03.338 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:11:03.368 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:11:03.438 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:11:03.970 9787 9787 D VRI[DetailActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:11:03.976 9787 9787 I wm_on_stop_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=1ms]
10-01 09:11:03.987 9787 9787 I wm_on_destroy_called: [Token=20912921,Component Name=com.wirelessalien.android.moviedb.activity.DetailActivity,Reason=performDestroy,time=2ms]
--------- switch to main
10-01 09:11:03.987 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@22fd40
--------- switch to events
10-01 09:11:04.897 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:9cd2706],event=reportDrawFinished seqId=0]
10-01 09:11:04.933 9787 9808 I viewroot_draw_event: [window=VRI[PopupWindow:9cd2706],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:11:06.658 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@34c9363
10-01 09:11:06.800 9787 9787 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:11:06.800 9787 9787 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
--------- switch to events
10-01 09:11:07.988 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:622c404],event=reportDrawFinished seqId=0]
10-01 09:11:08.018 9787 9787 I viewroot_draw_event: [window=VRI[PopupWindow:622c404],event=reportDrawFinished seqId=0]
10-01 09:11:09.527 9787 9787 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Export]
10-01 09:11:09.561 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:11:09.565 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=2ms]
--------- switch to main
10-01 09:11:09.679 9787 9787 E DirectoryHelper: Directory already exists: UNIQUE constraint failed: files._data (code 2067 SQLITE_CONSTRAINT_UNIQUE)
--------- switch to events
10-01 09:11:09.680 9787 9787 I wm_on_create_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performCreate,time=47ms]
10-01 09:11:09.683 9787 9787 I wm_on_start_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=handleStartActivity,time=1ms]
10-01 09:11:09.685 9787 9787 I wm_on_resume_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:11:09.697 9787 9787 I wm_on_top_resumed_gained_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:11:09.734 9787 9787 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:11:09.875 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@d986be9
10-01 09:11:09.880 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a694bc00 (MenuPopupWindow$MenuDropDownListView) with handle 0xb400c521f1a4d0f0
10-01 09:11:10.278 9787 9787 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:11:10.282 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=2ms]
10-01 09:11:10.305 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:11:10.725 9787 9787 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:11:12.277 9787 9787 E DirectoryHelper: Directory already exists: UNIQUE constraint failed: files._data (code 2067 SQLITE_CONSTRAINT_UNIQUE)
10-01 09:11:12.281 9787 9787 D Export : Data directory: /data
10-01 09:11:12.298 9787 9852 D Export : hardcoded DB path: /data/com.wirelessalien.android.moviedb.debug/databases/movies.db
10-01 09:11:12.298 9787 9852 D Export : dynamic DB path: /data/user/13/com.wirelessalien.android.moviedb.debug/databases/movies.db
10-01 09:11:12.299 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@d83b7bc
10-01 09:11:12.321 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a6b5b000 (RippleDrawable) with handle 0xb400c521f191dea0
10-01 09:11:12.321 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a69c8a00 (RippleDrawable) with handle 0xb400c521f18dbc30
--------- switch to events
10-01 09:12:01.636 9787 9787 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:12:03.027 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@e49989d
10-01 09:12:03.044 9787 9787 W InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
--------- switch to events
10-01 09:12:04.165 9787 9787 I viewroot_draw_event: [window=VRI[ExportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:12:05.763 9787 9787 E DirectoryHelper: Directory already exists: UNIQUE constraint failed: files._data (code 2067 SQLITE_CONSTRAINT_UNIQUE)
10-01 09:12:05.764 9787 9787 D Export : Data directory: /data
10-01 09:12:05.768 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@838b35
10-01 09:12:05.768 9787 9852 D Export : hardcoded DB path: /data/com.wirelessalien.android.moviedb.debug/databases/movies.db
10-01 09:12:05.769 9787 9852 D Export : dynamic DB path: /data/user/13/com.wirelessalien.android.moviedb.debug/databases/movies.db
10-01 09:12:05.777 9787 9808 D HWUI : endAllActiveAnimators on 0xb400c651a6d9b000 (RippleDrawable) with handle 0xb400c521f19bb4b0
--------- switch to events
10-01 09:12:07.686 9787 9787 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ExportActivity]
10-01 09:12:07.740 9787 9787 I wm_on_top_resumed_lost_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=topStateChangedWhenResumed]
10-01 09:12:07.741 9787 9787 I wm_on_paused_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performPause,time=1ms]
10-01 09:12:07.747 9787 9787 I wm_on_restart_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:12:07.749 9787 9787 I wm_on_start_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=1ms]
10-01 09:12:07.750 9787 9787 I wm_on_resume_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:12:07.752 9787 9787 I wm_on_top_resumed_gained_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:12:07.805 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:12:07.845 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:12:08.381 9787 9787 D VRI[ExportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:12:08.385 9787 9787 I wm_on_stop_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=0ms]
10-01 09:12:08.387 9787 9787 I wm_on_destroy_called: [Token=46348286,Component Name=com.wirelessalien.android.moviedb.activity.ExportActivity,Reason=performDestroy,time=0ms]
--------- switch to main
10-01 09:12:08.387 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@7b0a3d8
--------- switch to events
10-01 09:12:08.572 9787 9787 I wm_on_top_resumed_lost_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:12:08.579 9787 9787 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.MainActivity]
10-01 09:12:09.640 9787 9787 I wm_on_paused_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=3ms]
10-01 09:12:09.652 9787 9787 I wm_on_stop_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=3ms]
10-01 09:12:09.801 9787 9787 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:12:09.834 9787 9787 I wm_on_destroy_called: [Token=206599304,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performDestroy,time=26ms]
--------- switch to main
10-01 09:12:09.837 9787 9787 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@23702c7
10-01 09:12:21.411 10260 10260 I d.moviedb.debug: Late-enabling -Xcheck:jni
10-01 09:12:21.438 10260 10260 I d.moviedb.debug: Using CollectorTypeCMC GC.
10-01 09:12:21.446 10260 10260 D nativeloader: Load libframework-connectivity-tiramisu-jni.so using APEX ns com_android_tethering for caller /apex/com.android.tethering/javalib/framework-connectivity-t.jar: ok
10-01 09:12:21.459 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 1310199; state: ENABLED
10-01 09:12:21.460 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 242716250; UID 1310199; state: ENABLED
10-01 09:12:21.468 10260 10260 W ziparchive: Unable to open '/data/app/~~3ZMRsUpsrf3hw0H-GcW-Dg==/com.wirelessalien.android.moviedb.debug-eW0lNqWFXpqPAsueFZlTpA==/base.dm': No such file or directory
10-01 09:12:21.468 10260 10260 W ziparchive: Unable to open '/data/app/~~3ZMRsUpsrf3hw0H-GcW-Dg==/com.wirelessalien.android.moviedb.debug-eW0lNqWFXpqPAsueFZlTpA==/base.dm': No such file or directory
10-01 09:12:21.584 10260 10260 D nativeloader: Configuring clns-4 for other apk /data/app/~~3ZMRsUpsrf3hw0H-GcW-Dg==/com.wirelessalien.android.moviedb.debug-eW0lNqWFXpqPAsueFZlTpA==/base.apk. target_sdk_version=34, uses_libraries=, library_path=/data/app/~~3ZMRsUpsrf3hw0H-GcW-Dg==/com.wirelessalien.android.moviedb.debug-eW0lNqWFXpqPAsueFZlTpA==/lib/arm64, permitted_path=/data:/mnt/expand:/data/user/13/com.wirelessalien.android.moviedb.debug
10-01 09:12:21.597 10260 10260 W ContextImpl: Failed to ensure /data/user/13/com.wirelessalien.android.moviedb.debug/cache: chown failed: EPERM (Operation not permitted)
10-01 09:12:21.597 10260 10260 W ContextImpl: Failed to ensure /data/user_de/13/com.wirelessalien.android.moviedb.debug/code_cache: chown failed: EPERM (Operation not permitted)
10-01 09:12:21.597 10260 10260 W ContextImpl: Failed to ensure /data/user_de/13/com.wirelessalien.android.moviedb.debug/cache: chown failed: EPERM (Operation not permitted)
10-01 09:12:21.599 10260 10260 V GraphicsEnvironment: Currently set values for:
10-01 09:12:21.599 10260 10260 V GraphicsEnvironment: angle_gl_driver_selection_pkgs=[com.android.angle, com.linecorp.b612.android, com.campmobile.snow, com.google.android.apps.tachyon]
10-01 09:12:21.599 10260 10260 V GraphicsEnvironment: angle_gl_driver_selection_values=[angle, native, native, native]
10-01 09:12:21.599 10260 10260 V GraphicsEnvironment: com.wirelessalien.android.moviedb.debug is not listed in per-application setting
10-01 09:12:21.599 10260 10260 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
10-01 09:12:21.605 10260 10260 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
10-01 09:12:21.624 10260 10260 D WM-PackageManagerHelper: Skipping component enablement for androidx.work.impl.background.systemjob.SystemJobService
10-01 09:12:21.624 10260 10260 D WM-Schedulers: Created SystemJobScheduler and enabled SystemJobService
10-01 09:12:21.632 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 279646685; UID 1310199; state: DISABLED
10-01 09:12:21.668 10260 10260 D AppCompatDelegate: Checking for metadata for AppLocalesMetadataHolderService : Service not found
10-01 09:12:21.674 10260 10260 E d.moviedb.debug: Invalid resource ID 0x00000000.
10-01 09:12:21.698 10260 10260 W d.moviedb.debug: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
10-01 09:12:21.698 10260 10280 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 1310199; state: ENABLED
10-01 09:12:21.720 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 210923482; UID 1310199; state: ENABLED
10-01 09:12:21.720 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 63938206; UID 1310199; state: DISABLED
10-01 09:12:21.735 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 303326708; UID 1310199; state: DISABLED
--------- switch to events
10-01 09:12:21.844 10260 10260 I wm_on_create_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performCreate,time=171ms]
--------- switch to main
10-01 09:12:21.872 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 171228096; UID 1310199; state: ENABLED
10-01 09:12:21.901 10260 10300 W d.moviedb.debug: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (unsupported,core-platform-api, reflection, allowed)
10-01 09:12:21.901 10260 10300 W d.moviedb.debug: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (unsupported,core-platform-api, reflection, allowed)
10-01 09:12:21.901 10260 10300 W d.moviedb.debug: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (unsupported,core-platform-api, reflection, allowed)
--------- switch to events
10-01 09:12:21.916 10260 10260 I wm_on_start_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=69ms]
10-01 09:12:21.918 10260 10260 I wm_on_resume_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
--------- switch to main
10-01 09:12:21.922 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 237531167; UID 1310199; state: DISABLED
--------- switch to events
10-01 09:12:21.931 10260 10260 I wm_on_top_resumed_gained_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
--------- switch to main
10-01 09:12:21.998 10260 10281 E cutils-trace: Error opening trace file: No such file or directory (2)
--------- switch to events
10-01 09:12:22.074 10260 10260 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
10-01 09:12:22.074 10260 10260 I wm_on_top_resumed_lost_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:12:22.076 10260 10260 I wm_on_paused_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=0ms]
--------- switch to main
10-01 09:12:22.304 10260 10300 D TrafficStats: tagSocket(101) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:22.304 10260 10302 D TrafficStats: tagSocket(115) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:22.490 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.490 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.490 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.490 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.490 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:22.491 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:22.491 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.491 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.491 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.491 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.491 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:22.491 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:22.492 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.492 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.492 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:22.493 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:22.804 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.804 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:22.804 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:22.804 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:22.936 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 78294732; UID 1310199; state: ENABLED
--------- switch to events
10-01 09:12:22.937 10260 10260 I wm_on_activity_result_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=ACTIVITY_RESULT]
10-01 09:12:22.937 10260 10260 I wm_on_resume_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:12:22.939 10260 10260 I wm_on_top_resumed_gained_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
--------- switch to main
10-01 09:12:23.152 10260 10302 D TrafficStats: tagSocket(118) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.172 10260 10300 D TrafficStats: tagSocket(120) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.243 10260 10337 D TrafficStats: tagSocket(136) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.245 10260 10340 D TrafficStats: tagSocket(126) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.259 10260 10341 D TrafficStats: tagSocket(131) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.264 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.265 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.265 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.265 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.265 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.265 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.265 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.265 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.277 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.366 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.369 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.369 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.370 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.370 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.371 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.371 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.371 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.371 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.374 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.408 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.408 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:23.439 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.439 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:23.571 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.571 10260 10340 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:23.578 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.578 10260 10341 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:23.579 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.579 10260 10337 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:23.634 10260 10302 D TrafficStats: tagSocket(127) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.665 10260 10345 D TrafficStats: tagSocket(142) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.736 10260 10300 D TrafficStats: tagSocket(149) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:23.739 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.739 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.739 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.739 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.739 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.739 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.740 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.740 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.768 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.768 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.768 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.768 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.768 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.768 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.769 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.769 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.849 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.850 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.850 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setUseSessionTickets(Z)V (max-target-q, reflection, denied)
10-01 09:12:23.850 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.850 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.850 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setHostname(Ljava/lang/String;)V (max-target-q, reflection, denied)
10-01 09:12:23.850 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.850 10260 10300 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->setAlpnProtocols([B)V (max-target-q, reflection, denied)
10-01 09:12:23.871 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.871 10260 10302 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/AbstractConscryptSocket;->getAlpnSelectedProtocol()[B (max-target-q, reflection, denied)
10-01 09:12:23.874 10260 10345 W d.moviedb.debug: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (max-target-q,core-platform-api, reflection, denied)
10-01 09:12:23.875 10260 10345 W d.moviedb.debug: Reached maximum number of hidden api access warnings.
10-01 09:12:24.102 10260 10302 D TrafficStats: tagSocket(177) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:24.378 10260 10260 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:12:24.378 10260 10260 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-01 09:12:24.379 10260 10300 D TrafficStats: tagSocket(156) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:24.424 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 289878283; UID 1310199; state: ENABLED
10-01 09:12:24.809 10260 10302 D TrafficStats: tagSocket(143) with statsTag=0xffffffff, statsUid=-1
--------- switch to events
10-01 09:12:25.335 10260 10260 I viewroot_draw_event: [window=VRI[PopupWindow:a3842d2],event=reportDrawFinished seqId=0]
10-01 09:12:25.395 10260 10260 I viewroot_draw_event: [window=VRI[PopupWindow:a3842d2],event=reportDrawFinished seqId=0]
10-01 09:12:26.571 10260 10260 I menu_item_selected: [Menu type where 0 is options and 1 is context=0,Menu item title=Import]
10-01 09:12:26.592 10260 10260 I wm_on_top_resumed_lost_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:12:26.596 10260 10260 I wm_on_paused_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=1ms]
10-01 09:12:26.674 10260 10260 I wm_on_create_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performCreate,time=24ms]
10-01 09:12:26.676 10260 10260 I wm_on_start_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=1ms]
10-01 09:12:26.677 10260 10260 I wm_on_resume_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:12:26.711 10260 10260 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:12:26.712 10260 10260 I wm_on_top_resumed_gained_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
--------- switch to main
10-01 09:12:26.909 10260 10260 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@bef92ff
10-01 09:12:26.912 10260 10281 D HWUI : endAllActiveAnimators on 0xb400c651a6aa8200 (MenuPopupWindow$MenuDropDownListView) with handle 0xb400c521f190ff30
10-01 09:12:27.131 10260 10356 D ProfileInstaller: Installing profile for com.wirelessalien.android.moviedb.debug
10-01 09:12:27.262 10260 10260 D VRI[MainActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:12:27.266 10260 10260 I wm_on_stop_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:12:27.287 10260 10260 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:12:27.858 10260 10260 I wm_on_top_resumed_lost_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:12:27.860 10260 10260 I wm_on_paused_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=1ms]
--------- switch to main
10-01 09:12:28.472 10260 10260 D VRI[ImportActivity]: visibilityChanged oldVisibility=true newVisibility=false
10-01 09:12:28.483 10260 10281 D HWUI : endAllActiveAnimators on 0xb400c651a6ae6600 (RippleDrawable) with handle 0xb400c521f18e5300
--------- switch to events
10-01 09:12:28.504 10260 10260 I viewroot_draw_event: [window=VRI[ImportActivity],event=Not drawing due to not visible]
10-01 09:12:28.509 10260 10260 I wm_on_stop_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=STOP_ACTIVITY_ITEM,time=1ms]
10-01 09:12:36.514 10260 10260 I wm_on_restart_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performRestart,time=0ms]
10-01 09:12:36.517 10260 10260 I wm_on_start_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=handleStartActivity,time=2ms]
--------- switch to main
10-01 09:12:36.520 10260 10260 D CompatibilityChangeReporter: Compat change id reported: 147798919; UID 1310199; state: ENABLED
10-01 09:12:36.563 10260 10260 D CacheFile: /data/user/13/com.wirelessalien.android.moviedb.debug/cache/movies01-10-24-19-12.db
--------- switch to events
10-01 09:12:36.564 10260 10260 I wm_on_activity_result_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=ACTIVITY_RESULT]
10-01 09:12:36.564 10260 10260 I wm_on_resume_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:12:36.565 10260 10260 I wm_on_top_resumed_gained_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topWhenResuming]
10-01 09:12:36.576 10260 10260 I viewroot_draw_event: [window=VRI[ImportActivity],event=Start draw after previous draw not visible]
10-01 09:12:36.584 10260 10260 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
10-01 09:12:38.425 10260 10260 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:12:39.104 10260 10260 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@af0952f
10-01 09:12:39.105 10260 10392 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb.debug/databases/movies.db: open failed: ENOENT (No such file or directory)
10-01 09:12:39.105 10260 10392 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
10-01 09:12:39.105 10260 10392 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:259)
10-01 09:12:39.105 10260 10392 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:208)
10-01 09:12:39.105 10260 10392 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.importDatabase$lambda$6$lambda$5(MovieDatabaseHelper.kt:346)
10-01 09:12:39.105 10260 10392 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$XIapdXrx9nH5x5H-yBhVKV8cjmI(Unknown Source:0)
10-01 09:12:39.105 10260 10392 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda6.run(Unknown Source:6)
10-01 09:12:39.105 10260 10392 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1780)
10-01 09:12:39.105 10260 10392 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1772)
10-01 09:12:39.105 10260 10392 W System.err: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:377)
10-01 09:12:39.105 10260 10392 W System.err: at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1185)
10-01 09:12:39.105 10260 10392 W System.err: at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1658)
10-01 09:12:39.105 10260 10392 W System.err: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1625)
10-01 09:12:39.105 10260 10392 W System.err: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
10-01 09:12:39.106 10260 10392 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
10-01 09:12:39.106 10260 10392 W System.err: at libcore.io.Linux.open(Native Method)
10-01 09:12:39.106 10260 10392 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:12:39.106 10260 10392 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
10-01 09:12:39.106 10260 10392 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:12:39.106 10260 10392 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
10-01 09:12:39.106 10260 10392 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
10-01 09:12:39.106 10260 10392 W System.err: ... 12 more
10-01 09:12:39.107 10260 10281 D HWUI : endAllActiveAnimators on 0xb400c651a6acc200 (AlertController$RecycleListView) with handle 0xb400c521f193d0f0
--------- switch to events
10-01 09:12:41.032 10260 10260 I viewroot_draw_event: [window=VRI[ImportActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:12:41.724 10260 10260 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@7c8199c
10-01 09:12:41.724 10260 10392 W System.err: java.io.FileNotFoundException: /data/data/com.wirelessalien.android.moviedb.debug/databases/movies.db: open failed: ENOENT (No such file or directory)
10-01 09:12:41.725 10260 10392 W System.err: at libcore.io.IoBridge.open(IoBridge.java:574)
10-01 09:12:41.725 10260 10392 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:259)
10-01 09:12:41.725 10260 10392 W System.err: at java.io.FileOutputStream.<init>(FileOutputStream.java:208)
10-01 09:12:41.725 10260 10392 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.importDatabase$lambda$6$lambda$5(MovieDatabaseHelper.kt:346)
10-01 09:12:41.725 10260 10392 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper.$r8$lambda$XIapdXrx9nH5x5H-yBhVKV8cjmI(Unknown Source:0)
10-01 09:12:41.725 10260 10392 W System.err: at com.wirelessalien.android.moviedb.helper.MovieDatabaseHelper$$ExternalSyntheticLambda6.run(Unknown Source:6)
10-01 09:12:41.726 10260 10392 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1780)
10-01 09:12:41.726 10260 10392 W System.err: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1772)
10-01 09:12:41.726 10260 10392 W System.err: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:377)
10-01 09:12:41.726 10260 10392 W System.err: at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1185)
10-01 09:12:41.726 10260 10392 W System.err: at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1658)
10-01 09:12:41.726 10260 10392 W System.err: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1625)
10-01 09:12:41.727 10260 10392 W System.err: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
10-01 09:12:41.728 10260 10392 W System.err: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
10-01 09:12:41.729 10260 10392 W System.err: at libcore.io.Linux.open(Native Method)
10-01 09:12:41.729 10260 10392 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:12:41.729 10260 10392 W System.err: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
10-01 09:12:41.729 10260 10392 W System.err: at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
10-01 09:12:41.729 10260 10392 W System.err: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8509)
10-01 09:12:41.729 10260 10392 W System.err: at libcore.io.IoBridge.open(IoBridge.java:560)
10-01 09:12:41.729 10260 10392 W System.err: ... 12 more
10-01 09:12:41.734 10260 10281 D HWUI : endAllActiveAnimators on 0xb400c651a6a6da00 (AlertController$RecycleListView) with handle 0xb400c521f1a030c0
--------- switch to events
10-01 09:12:42.321 10260 10260 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.ImportActivity]
10-01 09:12:42.416 10260 10260 I wm_on_top_resumed_lost_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=topStateChangedWhenResumed]
10-01 09:12:42.418 10260 10260 I wm_on_paused_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performPause,time=1ms]
10-01 09:12:42.429 10260 10260 I wm_on_restart_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performRestart,time=0ms]
10-01 09:12:42.432 10260 10260 I wm_on_start_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=handleStartActivity,time=3ms]
10-01 09:12:42.433 10260 10260 I wm_on_resume_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=RESUME_ACTIVITY,time=0ms]
10-01 09:12:42.437 10260 10260 I wm_on_top_resumed_gained_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topWhenResuming]
10-01 09:12:42.487 10260 10260 I viewroot_draw_event: [window=VRI[MainActivity],event=Start draw after previous draw not visible]
10-01 09:12:42.503 10260 10260 I viewroot_draw_event: [window=VRI[MainActivity],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:12:43.055 10260 10260 D VRI[ImportActivity]: visibilityChanged oldVisibility=true newVisibility=false
--------- switch to events
10-01 09:12:43.059 10260 10260 I wm_on_stop_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=LIFECYCLER_STOP_ACTIVITY,time=0ms]
10-01 09:12:43.061 10260 10260 I wm_on_destroy_called: [Token=242265011,Component Name=com.wirelessalien.android.moviedb.activity.ImportActivity,Reason=performDestroy,time=0ms]
--------- switch to main
10-01 09:12:43.061 10260 10260 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@b1b9f9b
10-01 09:12:43.630 10260 10260 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:12:43.630 10260 10260 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-01 09:12:43.732 10260 10403 D TrafficStats: tagSocket(172) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:43.733 10260 10400 D TrafficStats: tagSocket(175) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:43.733 10260 10300 D TrafficStats: tagSocket(179) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:43.736 10260 10301 D TrafficStats: tagSocket(168) with statsTag=0xffffffff, statsUid=-1
10-01 09:12:44.033 10260 10260 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:12:44.033 10260 10260 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
10-01 09:13:26.258 10260 10260 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:13:26.258 10260 10260 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
--------- switch to events
10-01 09:13:46.052 10260 10260 I viewroot_draw_event: [window=VRI[PopupWindow:13245f3],event=reportDrawFinished seqId=0]
10-01 09:13:46.083 10260 10260 I viewroot_draw_event: [window=VRI[PopupWindow:13245f3],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:13:47.296 10260 10260 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@92499dc
--------- switch to events
10-01 09:13:47.548 10260 10260 I viewroot_draw_event: [window=VRI[PopupWindow:13d9eb1],event=reportDrawFinished seqId=0]
10-01 09:13:47.576 10260 10260 I viewroot_draw_event: [window=VRI[PopupWindow:13d9eb1],event=reportDrawFinished seqId=0]
--------- switch to main
10-01 09:13:48.781 10260 10260 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@64c2f22
10-01 09:13:49.453 10260 10260 W WindowOnBackDispatcher: OnBackInvokedCallback is not enabled for the application.
10-01 09:13:49.453 10260 10260 W WindowOnBackDispatcher: Set 'android:enableOnBackInvokedCallback="true"' in the application manifest.
--------- switch to events
10-01 09:13:52.395 10260 10260 I wm_on_top_resumed_lost_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=topStateChangedWhenResumed]
10-01 09:13:52.408 10260 10260 I view_enqueue_input_event: [eventType=Motion - Cancel,action=com.wirelessalien.android.moviedb.debug/com.wirelessalien.android.moviedb.activity.MainActivity]
10-01 09:13:53.547 10260 10260 I wm_on_paused_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performPause,time=3ms]
10-01 09:13:53.566 10260 10260 I wm_on_stop_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=STOP_ACTIVITY_ITEM,time=9ms]
--------- switch to main
10-01 09:13:53.713 10260 10272 W d.moviedb.debug: Cleared Reference was only reachable from finalizer (only reported once)
--------- switch to events
10-01 09:13:53.719 10260 10260 I viewroot_draw_event: [window=VRI[MainActivity],event=Not drawing due to not visible]
10-01 09:13:53.769 10260 10260 I wm_on_destroy_called: [Token=122979350,Component Name=com.wirelessalien.android.moviedb.activity.MainActivity,Reason=performDestroy,time=28ms]
--------- switch to main
10-01 09:13:53.773 10260 10260 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.view.ViewRootImpl$$ExternalSyntheticLambda11@1891a0c
Also, would it be feasible to make json and csv import-able too? If not that's okay, as long as one import method works that's a whole lot better than nothing. Cheers.
The db import/export, both fixed with the new version. The json/csv import will be added too.
@WirelessAlien
Awesome work, loving the new updates!
In case it is missed, I posted my thoughts about this app in Discussions.
When I export as .db, an empty binary file is written to the selected folder. JSON exports normally.
Go to Saved > Export > Select Directory (in my case, Documents > moviedb), then Export > DB > Export.
I expect a file of a size above 0 bytes be written.
Pixel 7, GrapheneOS build number 2024083100, Android v14.
I selected different folders with no success.
This effectively means it is impossible to import (since you can't import from an empty file).