【问题标题】:MemoryLeakMonitor.jar is not exist! | Huawei PhoneMemoryLeakMonitor.jar 不存在! |华为手机
【发布时间】:2018-12-08 18:07:51
【问题描述】:

根据这篇文章ARM GPUs in Huawei phone,这可能是由华为手机中的 ARM GPU 引起的。当我尝试在另一部手机(Android Studio 中的 Pixel API 27)中运行该应用程序时,它不会发生。那我该怎么办?

Logcat 在华为手机中显示

2018-12-08 01:22:50.705 25680-25699/? E/MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist!
2018-12-08 01:22:50.706 25680-25680/? E/Minikin: Could not get cmap table size!

gradle 环境

android {
    compileSdkVersion 27
    defaultConfig {
        applicationId "com.minram.fucloud_android"
        minSdkVersion 27
        targetSdkVersion 27
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

Android 工作室环境

  • Android Studio 3.2.1
  • 构建 #AI-181.5540.7.32.5056338,构建于 2018 年 10 月 9 日
  • JRE:1.8.0_152-release-1136-b06 amd64
  • JVM:JetBrains s.r.o 的 OpenJDK 64 位服务器虚拟机
  • Windows 10 10.0

    华为iPhone

  • Android 8.1.0

  • EMUI 8.2.0
  • 华为INE-AL00 8.2.0.142

所有Logcat

2018-12-08 02:01:28.036 30822-30822/? I/zygote64: Late-enabling -Xcheck:jni
2018-12-08 02:01:28.058 30822-30822/? I/zygote64: Reinit property: dalvik.vm.checkjni= false
2018-12-08 02:01:28.084 30822-30822/? D/ActivityThread: Attach thread to application
2018-12-08 02:01:28.152 30822-30822/? D/HwFLClassLoader: get used feature list :/feature/used-list failed!
2018-12-08 02:01:28.152 30822-30822/? D/HwFLClassLoader: USE_FEATURE_LIST had not init! 
2018-12-08 02:01:28.154 30822-30838/? I/HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=com.minram.fucloud_android#10259#256
2018-12-08 02:01:28.155 30822-30838/? I/HwApiCacheMangerEx: apicache path=/storage/emulated/0 state=mounted key=com.minram.fucloud_android#10259#0
2018-12-08 02:01:28.192 30822-30822/? E/Minikin: Could not get cmap table size!
2018-12-08 02:01:28.192 30822-30838/? E/MemoryLeakMonitorManager: MemoryLeakMonitor.jar is not exist!
2018-12-08 02:01:28.273 30822-30822/? D/HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f0c0114, context : com.minram.fucloud_android.SplashScreenActivity@c79fed5, Nhwext : 0, get Blur : disable with , null
2018-12-08 02:01:28.274 30822-30822/? D/HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f0c0114, context : com.minram.fucloud_android.SplashScreenActivity@c79fed5, Nhwext : 0, get Blur : disable with , null
2018-12-08 02:01:28.317 30822-30822/? D/ActivityThread: add activity client record, r= ActivityRecord{6f94745 token=android.os.BinderProxy@22caade {com.minram.fucloud_android/com.minram.fucloud_android.SplashScreenActivity}} token= android.os.BinderProxy@22caade
2018-12-08 02:01:28.333 30822-30822/? I/hwaps: HwAps: JNI_OnLoad
2018-12-08 02:01:28.337 30822-30822/? D/OpenGLRenderer:   HWUI Binary is  enabled
2018-12-08 02:01:28.339 30822-30847/? D/OpenGLRenderer: HWUI GL Pipeline
2018-12-08 02:01:28.402 30822-30847/? I/zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
2018-12-08 02:01:28.404 30822-30847/? I/OpenGLRenderer: Initialized EGL, version 1.4
2018-12-08 02:01:28.404 30822-30847/? D/OpenGLRenderer: Swap behavior 2
2018-12-08 02:01:28.411 30822-30847/? D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000
2018-12-08 02:01:28.468 30822-30822/? I/ViewRootImpl: jank_removeInvalidNode jank list is null
2018-12-08 02:01:28.469 30822-30822/? W/InputMethodManager: startInputReason = 1
2018-12-08 02:01:28.973 30822-30822/com.minram.fucloud_android W/InputMethodManager: startInputReason = 5
2018-12-08 02:01:29.904 30822-30822/com.minram.fucloud_android D/HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f0c0114, context : com.minram.fucloud_android.MainActivity@7eaf03e, Nhwext : 0, get Blur : disable with , null
2018-12-08 02:01:29.905 30822-30822/com.minram.fucloud_android D/HwRTBlurUtils: check blur style for HwPhoneWindow, themeResId : 0x7f0c0114, context : com.minram.fucloud_android.MainActivity@7eaf03e, Nhwext : 0, get Blur : disable with , null
2018-12-08 02:01:29.908 30822-30822/com.minram.fucloud_android D/[MainActivity](setFullScreenAdaptWithStatus): start to initial screen
2018-12-08 02:01:29.915 30822-30822/com.minram.fucloud_android D/[fragmentViewPager](onCreateView): fragment create...
2018-12-08 02:01:29.932 30822-30822/com.minram.fucloud_android D/HwGalleryCacheManagerImpl: mIsEffect:false
2018-12-08 02:01:29.959 30822-30822/com.minram.fucloud_android I/MainActivity: The radioItem selected! [id:2131165322]
2018-12-08 02:01:29.961 30822-30822/com.minram.fucloud_android D/ActivityThread: add activity client record, r= ActivityRecord{e4605a1 token=android.os.BinderProxy@25353c0 {com.minram.fucloud_android/com.minram.fucloud_android.MainActivity}} token= android.os.BinderProxy@25353c0
2018-12-08 02:01:29.971 30822-30847/com.minram.fucloud_android D/OpenGLRenderer:   HWUI Binary is  enabled
2018-12-08 02:01:29.980 30822-30847/com.minram.fucloud_android D/OpenGLRenderer:   HWUI Binary is  enabled
2018-12-08 02:01:30.011 30822-30822/com.minram.fucloud_android D/MainFragment: status bar height:90
2018-12-08 02:01:30.019 30822-30822/com.minram.fucloud_android D/DiscoverFragment: status bar height:90
2018-12-08 02:01:30.056 30822-30822/com.minram.fucloud_android D/CubicBezierInterpolator: CubicBezierInterpolator  mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
2018-12-08 02:01:30.056 30822-30822/com.minram.fucloud_android D/CubicBezierInterpolator: CubicBezierInterpolator  mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
2018-12-08 02:01:30.057 30822-30822/com.minram.fucloud_android D/CubicBezierInterpolator: CubicBezierInterpolator  mControlPoint1x = 0.23, mControlPoint1y = 0.06, mControlPoint2x = 0.09, mControlPoint2y = 0.97
2018-12-08 02:01:30.057 30822-30822/com.minram.fucloud_android D/CubicBezierInterpolator: CubicBezierInterpolator  mControlPoint1x = 0.6, mControlPoint1y = 0.9, mControlPoint2x = 0.8, mControlPoint2y = 1.0
2018-12-08 02:01:30.100 30822-30822/com.minram.fucloud_android D/[CircleImageView](init): mBorderColor:2147483647
2018-12-08 02:01:30.100 30822-30822/com.minram.fucloud_android D/[CircleImageView](init): mFillColor:-1
2018-12-08 02:01:30.100 30822-30822/com.minram.fucloud_android D/[CircleImageView](init): mStrokeWidth:10
2018-12-08 02:01:30.101 30822-30828/com.minram.fucloud_android I/zygote64: Do partial code cache collection, code=25KB, data=29KB
2018-12-08 02:01:30.101 30822-30828/com.minram.fucloud_android I/zygote64: After code cache collection, code=25KB, data=29KB
2018-12-08 02:01:30.101 30822-30828/com.minram.fucloud_android I/zygote64: Increasing code cache capacity to 128KB
2018-12-08 02:01:30.175 30822-30828/com.minram.fucloud_android I/zygote64: Do partial code cache collection, code=29KB, data=46KB
2018-12-08 02:01:30.175 30822-30828/com.minram.fucloud_android I/zygote64: After code cache collection, code=29KB, data=46KB
2018-12-08 02:01:30.175 30822-30828/com.minram.fucloud_android I/zygote64: Increasing code cache capacity to 256KB
2018-12-08 02:01:30.176 30822-30828/com.minram.fucloud_android I/zygote64: Compiler allocated 4MB to compile void android.view.View.<init>(android.content.Context, android.util.AttributeSet, int, int)
2018-12-08 02:01:30.187 30822-30822/com.minram.fucloud_android D/MeFragment: status bar height:90
2018-12-08 02:01:30.258 30822-30828/com.minram.fucloud_android I/zygote64: Compiler allocated 8MB to compile void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int)
2018-12-08 02:01:30.296 30822-30828/com.minram.fucloud_android I/zygote64: Do full code cache collection, code=121KB, data=86KB
2018-12-08 02:01:30.297 30822-30828/com.minram.fucloud_android I/zygote64: After code cache collection, code=118KB, data=66KB
2018-12-08 02:01:30.298 30822-30847/com.minram.fucloud_android D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, egl_color_buffer_format *, EGLBoolean) returns 0x3000
2018-12-08 02:01:30.327 30822-30828/com.minram.fucloud_android I/zygote64: Do partial code cache collection, code=122KB, data=69KB
2018-12-08 02:01:30.327 30822-30828/com.minram.fucloud_android I/zygote64: After code cache collection, code=122KB, data=69KB
2018-12-08 02:01:30.327 30822-30828/com.minram.fucloud_android I/zygote64: Increasing code cache capacity to 512KB
2018-12-08 02:01:30.342 30822-30822/com.minram.fucloud_android W/InputMethodManager: startInputReason = 1
2018-12-08 02:01:30.395 30822-30847/com.minram.fucloud_android W/libEGL: EGLNativeWindowType 0x7acaf64010 disconnect failed
2018-12-08 02:01:30.526 30822-30822/com.minram.fucloud_android D/ActivityThread: Remove activity client record, r= ActivityRecord{6f94745 token=android.os.BinderProxy@22caade {com.minram.fucloud_android/com.minram.fucloud_android.SplashScreenActivity}} token= android.os.BinderProxy@22caade

【问题讨论】:

  • 你有什么发现吗?
  • 你找到什么了吗?

标签: android huawei-mobile-services


【解决方案1】:

我遇到了同样的问题,检查数据库初始化(如果有)。

在 Android Studio 中选中“运行”选项卡 你可以看到崩溃的原因。

与华为手机无关

【讨论】:

    【解决方案2】:

    我的华为手机也有同样的问题。但是在我的情况下,当我检查运行日志时,注意到当我启动一个未在清单文件中声明的活动类时会发生崩溃。解决这个问题为我解决了这个错误的崩溃问题。

    【讨论】:

      【解决方案3】:

      我发现唯一的原因在于数据库规则。 我已将规则更改为以下内容,并且效果很好:

      match /{document=**} {
        allow read, write
      

      【讨论】:

        【解决方案4】:

        我通过将Android Studio 3.2.0 升级到Android Studio 3.3.1 解决了这个问题。不仅如此,还将build.gradle的PROJECT级别从

        升级
        classpath 'com.android.tools.build:gradle:3.2.0'
        

        classpath 'com.android.tools.build:gradle:3.3.1'
        

        事实证明,只有在更高版本的 Gradle 上才能解决依赖关系,有关更多信息,您可以查看 link

        【讨论】:

        • 我有类路径 'com.android.tools.build:gradle:3.4.1' 仍然是同样的问题,所以你的答案不好。
        猜你喜欢
        • 1970-01-01
        • 2021-03-09
        • 1970-01-01
        • 2021-01-03
        • 2019-04-13
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多