From 3097077261af62a042eacbfa0fbae45242135b26 Mon Sep 17 00:00:00 2001 From: solohsu Date: Mon, 11 Mar 2019 00:32:38 +0800 Subject: [PATCH] Fix incomplete logs --- Core/template_override/common/post-fs-data.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Core/template_override/common/post-fs-data.sh b/Core/template_override/common/post-fs-data.sh index 14247334..ec05cc91 100644 --- a/Core/template_override/common/post-fs-data.sh +++ b/Core/template_override/common/post-fs-data.sh @@ -24,14 +24,6 @@ supolicy --live "attradd {system_app platform_app} mlstrustedsubject" supolicy --live "allow zygote apk_data_file * *" # beginning of Log Catcher -msg[0]="Now just a little more only just a little more..." -msg[1]="It's not a right that I'm due, my duty that is must have been kept..." -msg[2]="Since one day you will disappear, I'll keep every part of you..." -msg[3]="Yes we are time fliers scaling the walls of time climbers, tired of playing hide and seek with time..." -msg[4]="Wherever you are in the world, I'll search for you..." -msg[5]="Mitsuha. Mitsuha. Mitsuha, your name is Mitsuha..." -msg[6]="Someone dear to me. I don't want to forget. I shouldn't forget!" -time=$(date +%Y-%m-%d-%H-%M-%S) android_sdk=`getprop ro.build.version.sdk` if [[ ${android_sdk} -ge 24 ]] then @@ -40,8 +32,6 @@ else path=/data/data/com.solohsu.android.edxp.manager/log fi file=${path}/error.log -num=$(($RANDOM+100000000)) -rand=$(($num%7)) build_desc=`getprop ro.build.description` product=`getprop ro.build.product` manufacturer=`getprop ro.product.manufacturer` @@ -59,7 +49,6 @@ echo "--------- beginning of head">>${file} echo "EdXposed Log">>${file} echo "Powered by Log Catcher">>${file} echo "QQ chat group 855219808">>${file} -echo ${msg[$rand]}>>${file} echo "--------- beginning of system info">>${file} echo "Android version: ${android}">>${file} echo "Android sdk: ${android_sdk}">>${file}