iofomo / fireyer

An application for detecting the runtime environment on the Android platform.
MIT License
82 stars 33 forks source link

有编译好的么 #1

Open fuckgithubh opened 3 months ago

fuckgithubh commented 3 months ago

有编译好的么

iofomo commented 3 months ago

已经上传了

fuckgithubh commented 3 months ago

3b140c740df2917a721a64208994aadb @iofomo

iofomo commented 3 months ago

3b140c740df2917a721a64208994aadb @iofomo

any log ???

fuckgithubh commented 3 months ago

啥意思@ @iofomo

iofomo commented 3 months ago

能ADB抓个日志看看吗?

df13954 commented 2 months ago

能ADB抓个日志看看吗?

遇到同样的问题,application fac:


2024-06-03 16:35:03.340 2074-2146/? I/ActivityTaskManager: Displayed com.ifma.cmpt.demo.fireyer/com.ifma.cmpt.demo.main.ConsoleActivity: +85ms
2024-06-03 16:35:03.340 10359-10394/? W/System.err: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2024-06-03 16:35:03.340 10359-10394/? W/System.err:     at com.ifma.cmpt.testin.module.TstRunner.doRun(TstRunner.java:84)
2024-06-03 16:35:03.340 10359-10394/? W/System.err:     at com.ifma.cmpt.testin.module.TstRunner.access$500(TstRunner.java:18)
2024-06-03 16:35:03.340 10359-10394/? W/System.err:     at com.ifma.cmpt.testin.module.TstRunner$1.run(TstRunner.java:53)
2024-06-03 16:35:03.341 10359-10394/? W/System.err:     at java.lang.Thread.run(Thread.java:920)
2024-06-03 16:35:03.341 10359-10394/? W/System.err: Caused by: java.lang.reflect.InvocationTargetException
2024-06-03 16:35:03.341 10359-10394/? W/System.err:     at java.lang.reflect.Method.invoke(Native Method)
2024-06-03 16:35:03.341 10359-10394/? W/System.err:     at com.ifma.cmpt.testin.module.TstRunner.doRun(TstRunner.java:82)
2024-06-03 16:35:03.341 10359-10394/? W/System.err:     ... 3 more
2024-06-03 16:35:03.341 10359-10394/? W/System.err: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.contains(java.lang.CharSequence)' on a null object reference
2024-06-03 16:35:03.341 10359-10394/? W/System.err:     at com.ifma.cmpt.demo.test.FireyerAccessibilityCase.tearDown(FireyerAccessibilityCase.java:30)
2024-06-03 16:35:03.341 10359-10394/? W/System.err:     at com.ifma.cmpt.testin.module.TstCaseBase.runTest(TstCaseBase.java:42)
2024-06-03 16:35:03.341 10359-10394/? W/System.err:     ... 5 more
2024-06-03 16:35:04.348 1295-1295/? W/adbd: timeout expired while flushing socket, closing
iofomo commented 2 months ago

has fixed