Closed Flo354 closed 6 years ago
Similar issue. The Logs
tab report the following: Cannot read log/data/user_de/0/de.robv.android.xposed.installer/log/error.log (No such file or directory)
. By checking via a file manager, I can see that the path exists, and only the file is missing.
Device: GT-I9195 OS: LineageOS 7.1.2-20171001 Kernel: Remix Kernel 3.4.113-Remix-CM14-v.17-g477b895 Xposed App: v3.1.2 Xposed Framework: v88 (Official)
10-09 21:03:35.753 3988 4126 W PackageManager: Not granting permission android.permission.WRITE_EXTERNAL_STORAGE to package de.robv.android.xposed.installer because it was previously installed without
Maybe enabling storage permission help?
The permission is (and was) already granted since the beginning :(
P.s : v88.1 does not fixes the problem
On Wed, Oct 11, 2017, 1:37 PM Massi-X notifications@github.com wrote:
10-09 21:03:35.753 3988 4126 W PackageManager: Not granting permission android.permission.WRITE_EXTERNAL_STORAGE to package de.robv.android.xposed.installer because it was previously installed without
Maybe enabling storage permission help?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rovo89/Xposed/issues/246#issuecomment-335781682, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDW39gkfEC1out5PO8AMuWO54Adyuu4ks5srKiLgaJpZM4Py8e6 .
The Storage
permission covers /storage/emulated/0
and its subdirectories only.
Logs fixed on Xposed app v3.1.2, framework 88.1.
Not for me :(
On Thu, Oct 12, 2017, 12:41 AM Death Mask Salesman notifications@github.com wrote:
Logs fixed on Xposed app v3.1.2, framework 88.1.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rovo89/Xposed/issues/246#issuecomment-335969540, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDW34GgmzSCdv_H4TPI9uXKvoM-3h5bks5srUQmgaJpZM4Py8e6 .
Still no luck with version 88.2. @rovo89 is this something you are investigating on or it is not in your task list?
Thanks,
Generally yes, but I didn't get around to look at this yet.
Thanks for the update!
I'll wait :)
@Flo354 I changed some things around the xposed_logcat process in v89. Could you please try that?
Hi @rovo89,
It works perfectly, thanks!
Le lun. 18 déc. 2017 à 9:34 AM, rovo89 notifications@github.com a écrit :
@Flo354 https://github.com/flo354 I changed some things around the xposed_logcat process in v89. Could you please try that?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rovo89/Xposed/issues/246#issuecomment-352358581, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDW39xrNEwCSJ6TBI1HZ2L5QOJ6fQAnks5tBiOjgaJpZM4Py8e6 .
This is still an issue for me with v89.
Me,too. Even though I've installed v89, the error.log keeps empty. :(
Same for me.
Info: Phone: Honor 9 STF-L09C432 Android: 7.0
xposed_logcat running
HWSTF:/ # ps | grep -i xposed
ps | grep -i xposed
root 857 470 76484 1152 binder_thr 7dc4b04e20 S xposed_service_system
u0_a135 858 470 77644 1184 binder_thr 7dc4b04e20 S xposed_service_app
u0_a135 867 470 72388 1124 pipe_wait 7dc4b05828 S xposed_logcat
root 1300 471 42308 592 futex_wait 00f38914b8 S xposed_zygote_service
When I click save log, empty log is saved (so sd access is working)
HWSTF:/data/data/de.robv.android.xposed.installer # ls -l /storage/emulated/0/Android/data/de.robv.android.xposed.installer/files/
s -l /storage/emulated/0/Android/data/de.robv.android.xposed.installer/files/ <
total 3
-rw-rw---- 1 u0_a135 sdcard_rw 0 2017-12-18 20:49 xposed_error_20171218_204941.log
-rw-rw---- 1 u0_a135 sdcard_rw 0 2017-12-31 12:12 xposed_error_20171231_121227.log
-rw-rw---- 1 u0_a135 sdcard_rw 0 2017-12-31 12:17 xposed_error_20171231_121722.log
Same as dosomder (Android 7.0, v89, xposed_logcat process running, empty log can be saved to SD).
no logs here Android 7.0, v89, xposed_logcat process running log empty ver 3.14 installer
no logs here Android 7.0, v89, xposed_logcat process running log empty ver 3.14 installer
Hi, anyone knows develop an Android app to read log from Xposed Framework? Any idea? Any example please?
Hi, I have the following problem:
In the "Logs" tab of the xposed installer app, I have SOMETIMES no logs. Instead I have : "Log is empty". The error isn't reproducable. After some reboots log tab works as expected. When the log tab is empty xposed_logcat process isn't running: 1|root@vbox86p:/ # ps |grep -i xposed u0_a70 2523 128 1027916 83452 00000000 f7517795 S de.robv.android.xposed.installer
error.log exists, but it is empty: root@vbox86p:/ # cat data/data/de.robv.android.xposed.installer/log/error.log root@vbox86p:/ #
SU permissions for xposed are granted.
When Xposed log tab is empty logcat logs contain:
root@vbox86p:/ # logcat |grep -i xposed
I/DEBUG ( 120): pid: 324, tid: 324, name: _service_system >>> xposed_service_system <<<
I/DEBUG ( 120): #03 pc 0000a689 /system/bin/app_process32_xposed (android::sp
When everything works as expected Xposed log tab looks like this: root@vbox86p:/ # cat data/data/de.robv.android.xposed.installer/log/error.log 04-23 10:31:07.864 I/Xposed ( 302): ----------------- 04-23 10:31:07.864 I/Xposed ( 302): Starting Xposed version 89, compiled for SDK 22 04-23 10:31:07.864 I/Xposed ( 302): Device: Genymotion (unknown), Android version 5.1 (SDK 22) 04-23 10:31:07.864 I/Xposed ( 302): ROM: vbox86p-userdebug 04-23 10:31:07.864 I/Xposed ( 302): Build fingerprint: generic/vbox86p/vbox86p:5.1/LMY47D/233:userdebug/test-keys 04-23 10:31:07.864 I/Xposed ( 302): Platform: x86, 32-bit binary, system server: yes 04-23 10:31:07.864 I/Xposed ( 302): SELinux enabled: no, enforcing: no 04-23 10:31:10.032 I/Xposed ( 302): ----------------- 04-23 10:31:10.033 I/Xposed ( 302): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH 04-23 10:31:10.373 I/Xposed ( 302): Detected ART runtime 04-23 10:31:10.388 I/Xposed ( 302): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing 04-23 10:31:10.938 I/Xposed ( 302): Loading modules from /data/app/just.trust.me-1/base.apk 04-23 10:31:10.942 I/Xposed ( 302): Loading class just.trust.me.Main 04-23 10:31:10.944 I/Xposed ( 302): Loading modules from /data/app/com.cuckoodroid.droidmon-1/base.apk 04-23 10:31:10.950 I/Xposed ( 302): Loading class com.cuckoodroid.droidmon.InstrumentationManager 04-23 10:31:10.954 I/Xposed ( 302): Loading modules from /data/app/com.devadvance.rootcloak2-1/base.apk 04-23 10:31:10.967 I/Xposed ( 302): Loading class com.devadvance.rootcloak2.RootCloak
Thanks in advance for every help.
Hi,
In the "Logs" tab of the xposed installer app, I have no logs. Instead I have : "Log is empty". I have a Samsung Galaxy S8 running Nougat 7.0 on stock rom.
Apparently, there is no "xposed_logcat" service running on my phone :
Here are some parts of the log when I boot the phone :
Do you know what could cause the issue?
Thanks,