-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on a mobile phone for Android 10 #113
Comments
The crash log is as follows: 2021-06-23 17:04:55.056 20582-20582/? A/DEBUG: Softversion: PD1728_A_7.10.17
2021-06-23 17:04:55.447 1070-1070/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_09
2021-06-23 17:04:55.515 1919-11972/? W/ActivityManager: vivo occlude resumeTop canOccclude = false next.occlude = false |
Hi, Could you capture a bug report and open an issue about this? As the crash is happening in the Android Runtime, there isn't much we can do in the sample. :) |
Hi, I can't provide the bug report because there is no runtime exception in the console, which belongs to JNI exception. |
I'm working on a file manager application. When I call API --- File. listFiles() , a crash occurs. Mobile phone manufacturer is vivo -- a china brand.
I had add needed storage permissions for my app, and provide path xml in res folder。
AndroidManifest.xml include the following permissions:
uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
path xml( file_provider.xml ) like this:
The text was updated successfully, but these errors were encountered: