nandan-desai-extras / PrivacyBreacher

an app built to showcase the privacy issues in Android operating system
140 stars 9 forks source link

Crashes when pressing "phone information" in Android R #1

Open NandanDesai opened 4 years ago

NandanDesai commented 4 years ago

Using Google Pixel 3, latest android and security update. Pressing that button, it loads for a few seconds and then crashes.

Feedback received from here.

h3xduck commented 4 years ago

Using Mi A3 here and Android 9 user, I have the same error as above. Maybe this error log from logcat is useful: https://pastebin.com/5Eub2fGG

NandanDesai commented 4 years ago

Hi @marsan27! I just went through your error log. Is your phone using Danish locale? Because that error was generated because of decimal number being formatted as "24083,6" instead of "24083.6" (using comma instead of a dot). If you are using Danish locale on your phone, then please respond with yes! That info will be very helpful to fix this bug. Thanks!

NandanDesai commented 4 years ago

@marsan27, the bug you mentioned is fixed (see #2). Thank you so much!

h3xduck commented 4 years ago

You are welcome, I'm glad I could help!