Browse Source

optimize:
版本

xwh 4 months ago
parent
commit
9676baee18

+ 2 - 2
app/build.gradle

@@ -14,8 +14,8 @@ android {
         applicationId "com.hanghui.senic"
         minSdkVersion 22
         targetSdkVersion 22
-        versionCode 121//115
-        versionName "1.1.10.241028" //1.1.5.241003
+        versionCode 122//115
+        versionName "1.1.10.241029" //1.1.5.241003
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         ndk {
             abiFilters "armeabi-v7a"   //armeabi-v7a 'arm64-v8a'

+ 1 - 1
app/src/main/java/com/hanghui/senic/baiduface/BaiduFaceMainActivity.java

@@ -434,7 +434,7 @@ public class BaiduFaceMainActivity extends BaseActivity {
 
     private void initLog() {
         boolean isScreenLogOpen = (boolean) SharedPreferencesUtils.getParam(MyAppliction.getContext(), "is_screen_log_open", DevelopUtil.isScreenLogOpen);
-        DevelopUtil.setScreenLogOpen(isScreenLogOpen);
+        DevelopUtil.setScreenLogOpen(false);
     }