vvb2060
c2cdecf644
Revert "[core] fix loading embedded module so ( #1036 )" ( #1042 )
...
This reverts commit 1075743360 .
2021-09-03 11:52:27 +00:00
Nullptr
1075743360
[core] fix loading embedded module so ( #1036 )
...
* [core] fix loading embedded module so
* [core] move if out of for
* [core] make cpp master happy
* [core] make cpp master happy once more
Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-09-03 11:16:45 +00:00
Howard Wu
3774390840
Update logcat.cpp ( #1040 )
2021-09-03 10:36:09 +00:00
LoveSy
a42d1223be
[core] DO NOT call pm when pm is not yet fully ready ( #1038 )
...
Fix #1034
2021-09-03 02:17:53 +08:00
LoveSy
71780b4b70
[core] Create log dir when it was deleted ( #1037 )
2021-09-02 14:23:38 +00:00
vvb2060
8f5f2d224d
[core] Verify apk signature ( #1035 )
2021-09-01 21:16:13 +08:00
残页
3e412e1e8c
[core] Try manually start logd ( #1030 )
2021-08-31 23:48:23 +08:00
vvb2060
13a8dd7685
Save logs by folder
2021-08-28 23:41:18 +08:00
vvb2060
18c3bb426f
Tag len includes nullptr
...
https://cs.android.com/android/platform/superproject/+/master:system/logging/liblog/tests/logprint_test.cpp;l=137;drc=3e3b6dc5e955fd9530c1d1bed8eee1726b91c59b
2021-08-28 23:41:18 +08:00
LoveSy
4c4dda340a
[core] Fix logcat tag len ( #1022 )
...
It's an ASOP's bug that tag len is 1 larger
2021-08-28 05:53:45 +00:00
LoveSy
4eeadd02d6
[core] Explicit `sv` for optimization ( #1021 )
2021-08-27 19:13:02 +08:00
vvb2060
bc765d3cdd
[core] clear logs will refresh fd ( #1020 )
2021-08-27 18:56:28 +08:00
vvb2060
7c706a31d4
[core] Rewrite with NIO2 API ( #1016 )
2021-08-26 21:29:52 +08:00
LoveSy
d57617656f
[core] Fix #1013 ( #1014 )
...
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2021-08-26 11:22:25 +00:00
LoveSy
48c642e778
[core] Get pm binder everytime checking its status ( #1010 )
2021-08-25 19:17:35 +00:00
vvb2060
acf203be40
[core] Add log ( #1009 )
2021-08-25 18:59:38 +00:00
LoveSy
f2d4092589
[core] Invalidate cache when pm is dead while caching ( #1007 )
2021-08-26 01:00:39 +08:00
vvb2060
b4a67a1f9e
[core] Remove all old configs ( #1000 )
2021-08-25 12:07:51 +08:00
vvb2060
7e85205b8b
[feature] zip all logs ( #999 )
2021-08-25 00:28:06 +08:00
vvb2060
24120e75ad
[core] Force logging on boot ( #996 )
2021-08-24 09:20:10 +00:00
tehcneko
e558d046e6
Enable R8 fullMode ( #992 )
2021-08-24 12:52:43 +08:00
LoveSy
7c16f7d6a4
[core] Fix create index ( #993 )
2021-08-24 04:29:29 +00:00
LoveSy
04352a7da6
[core] Update database ( #990 )
2021-08-23 18:03:21 +00:00
LoveSy
42ddca8b05
[core] Move config to db again ( #989 )
...
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2021-08-24 00:15:53 +08:00
vvb2060
485da5a37c
Revert "[core] Move config to db ( #981 )" ( #988 )
...
This reverts commit 40e47762d7 .
2021-08-23 22:28:41 +08:00
vvb2060
394d7fba19
Revert "[core] Fix logcat ( #986 )" ( #987 )
...
This reverts commit a4abbfa67a .
2021-08-23 22:21:55 +08:00
vvb2060
a4abbfa67a
[core] Fix logcat ( #986 )
2021-08-23 21:19:32 +08:00
vvb2060
40e47762d7
[core] Move config to db ( #981 )
2021-08-23 16:57:24 +08:00
LoveSy
05f8704576
[core] Module log using lspd logcat ( #980 )
2021-08-22 18:53:11 +00:00
LoveSy
08520cd8e7
[core] Prevent logcat infinite loop ( #976 )
2021-08-22 09:54:52 +00:00
vvb2060
3600e53865
[core] Don't override system properties ( #972 )
2021-08-21 12:58:42 +00:00
tehcneko
e72bd46705
Update dependencies ( #971 )
2021-08-21 19:47:39 +08:00
vvb2060
dbc6df3cf3
[core] Don't trust SystemProperties ( #970 )
2021-08-21 17:30:37 +08:00
vvb2060
4e61b4d2ac
[core] Fix NPE ( #967 )
2021-08-21 07:36:06 +00:00
LoveSy
c87172e88c
[log] Check log size in native ( #966 )
2021-08-21 09:12:20 +08:00
vvb2060
9f868aeddf
[core] Native logcat ( #960 )
...
Co-authored-by: LoveSy <shana@zju.edu.cn>
2021-08-20 19:15:13 +00:00
LoveSy
ee9de79eb1
[core] Fix apk path not updated again ( #961 )
2021-08-20 16:57:39 +00:00
LoveSy
904b8ec6a2
[core] Fix apk path update ( #956 )
...
When an app is updated, the old apk will still exist
2021-08-20 07:45:43 +00:00
vvb2060
6dfaf67a07
[core] get full exception info ( #955 )
2021-08-20 14:50:56 +08:00
vvb2060
7ef5da6867
Use ISO date-time formatter ( #954 )
2021-08-19 18:55:52 +00:00
vvb2060
5af017dc32
[core] Remove grantManagerPermission ( #953 )
2021-08-19 18:15:43 +00:00
vvb2060
70344ff9fd
Use java8 time API ( #952 )
2021-08-19 18:00:02 +00:00
vvb2060
036b87caad
[core] Remove PowerService
2021-08-19 01:41:40 +08:00
vvb2060
818f576f25
[app] Remove WRITE_SECURE_SETTINGS permission
2021-08-19 01:41:40 +08:00
vvb2060
f1fa90eb38
[app] Remove INTERACT_ACROSS_USERS permission ( #938 )
2021-08-18 23:40:10 +08:00
vvb2060
8afc509368
[app] Update module updated notification message ( #922 )
2021-08-17 04:35:12 +08:00
vvb2060
cf641b1854
Revert "[app] Dynamic registration receiver ( #918 )" ( #920 )
...
This reverts commit 35d8f3c1ce .
2021-08-16 07:46:23 +00:00
vvb2060
35d8f3c1ce
[app] Dynamic registration receiver ( #918 )
2021-08-16 14:57:23 +08:00
vvb2060
50de490d3e
[app] Update strings ( #908 )
2021-08-16 01:00:23 +08:00
vvb2060
4e554affc3
[core] Remove workaround ( #903 )
...
close #856
2021-08-15 17:51:36 +08:00