Fixed
Status Update
Comments
yb...@google.com <yb...@google.com>
se...@google.com <se...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
Version used: 1.0.0-alpha1
Devices/Android versions reproduced on: any
If I obfuscate the code with proguard using "-repackageclasses ''" option, i.e. moving all obfuscated classes to root package the app crashes trying to get GenericLifecycleObserver constructor with NullPointerException because getPackage() returns null for root package.
Please add null check.
Deobfuscated stacktrace is attached.
Test case:
Compile release version of BasicSample from proguard_npe branch