Optimize PMS by changing full data transfer to batch data transfer During app store project testing, it was necessary to test the maximum number of apps. It was found that the 100k stack size of the binder thread was insufficient when there were 30+ apps. Signed-off-by: liaozhiwei <liaozhiwei@xiaomi.com>
specific product/sim_m64:Fix build waring. cmd/PmCommand.cpp:161:31: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘int64_t’ {aka ‘long int’} [-Wformat=] 161 | printf("%s:%lldB\n", name, size); | ~~~^ ~~~~ | | | | | int64_t {aka long int} | long long int | %ld Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
Optimize PMS by changing full data transfer to batch data transfer During app store project testing, it was necessary to test the maximum number of apps. It was found that the 100k stack size of the binder thread was insufficient when there were 30+ apps. Signed-off-by: liaozhiwei <liaozhiwei@xiaomi.com>
PMS: revert commit a34b88f and fix test case failures VELAPLATFO-55003:VELAPLATFO-57161 1. Revert "specific product-sim-fix:Solve the problem of system freezing when installing and uninstalling applications in test cases" This reverts commit a34b88f2576de2841b2097af8322e42d52716a9d. 2. Solve the problem of test case execution failure Signed-off-by: liaozhiwei <liaozhiwei@xiaomi.com>