rovo89 / XposedInstaller

3.88k stars 1.51k forks source link

Xposed Installer crash when trying to send log #421

Closed mushinako closed 6 years ago

mushinako commented 6 years ago

The installer crashes every time when the send button of the log is pressed. Following is the logcat: https://pastebin.com/mPHVdJin

The main crash message seems to be:

android.os.FileUriExposedException: file:///storage/emulated/0/Android/data/de.robv.android.xposed.installer/files/xposed_error_20180111_215740.log exposed beyond app through ClipData.Item.getUri()

This seems to be caused by the use of file:// instead of content://

I'm using OnePlus 5T (A5010) running OxygenOS Open Beta 1 on Android 8.0 Oreo, with December 2017 security patch.

The installer also crashes when enabling some modules, but they aren't yet reproducible, and does not seem to be related. I will open a new issue if I can get it reproduced.

mushinako commented 6 years ago

I've installed systemless xposed v90-beta1, should that be relevant. The save function for logs does work and save logs properly.