I hope I'm posting to the appropriate place for what I believe is a bug in the plex android app.
I have begun watching my Nexus 5 logs through ADB. I am seeing some errors I believe to be coming from the plex app. The PID of 10479.
Phone: Nexus: 5
Android Version: 6.0.1
Kernel Version: 3.4.0-g67595d3
Plex Version: 4.32.1.498 (758d1672)
Log entries:
09-17 21:42:43.793: E/GMPM(10479): GoogleService failed to initialize, status: 10, Missing an expected resource: 'R.string.google_app_id' for initializing Google services. Possible causes are missing google-services.json or com.google.gms.google-services gradle plugin.
09-17 21:42:43.793: E/GMPM(10479): Scheduler not set. Not logging error/warn.
09-17 21:42:43.812: E/GMPM(10479): Uploading is not possible. App measurement disabled
adb shell:
/ $ ps|grep 10479
u0_a120 10479 216 1590212 53036 sys_epoll_ 00000000 S com.plexapp.android
It appears to be missing a resource (R.string.google_app_id) that is required for checking for updates possibly?