logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mat内存泄漏分析工具使用

4、注意需要把Android studio导出的hprof文件,通过adb hprof-convmemory-20250422T092758.hprof mat-memory-20250422T092758.hprof转出的新hprof文件才能在mat工具打开。1、首先在线上下载mat,如下的MemoryAnalyzer-1.16.1.20250109-win32.win32.x86_64.zip

#android#adb
git报错send-pack: unexpected disconnect while reading sideband packet

1048576000这里的单位是Byte, 也就是1G。

文章图片
#git
如果使用git克隆远程创库,pull提示Can‘t update master has no tracked branch

如果pull操作时,使用git命令:git branch --set-upstream-to masterorigin/master,如果还提示提示master->fatal: branch ‘master’ does not exist。则输入以下指令:git pull origin master --allow-unrelated-histories

#git
git报错send-pack: unexpected disconnect while reading sideband packet

1048576000这里的单位是Byte, 也就是1G。

文章图片
#git
android使用aspectjx踩的坑

1、在根目录的build.gradle中加入:classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.10'2、如果使用了kotlin代码需要在项目的app的build.gradle中的头部加入:apply plugin: 'kotlin-android'apply plugin: 'kotlin-android-ext

#android#gradle#java
如何在chrome浏览器设置夜间模式

谷歌浏览器夜间模式设置

#chrome
到底了