From c2f5f6fd915178983a759322a0f8a55e372c485d Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Wed, 16 Sep 2020 17:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20dumpsys=20display=20?= =?UTF-8?q?=E5=91=BD=E4=BB=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- .../OperatingSystem/Android/Android_开发简明教程.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Software/Development/OperatingSystem/Android/Android_开发简明教程.md b/Software/Development/OperatingSystem/Android/Android_开发简明教程.md index be89c2e..9098199 100644 --- a/Software/Development/OperatingSystem/Android/Android_开发简明教程.md +++ b/Software/Development/OperatingSystem/Android/Android_开发简明教程.md @@ -35,6 +35,12 @@ adb shell adb kill-server ``` +### 1.3.Display 信息 + +```bash +dumpsys display +``` + ## 2.Bootargs ```ini