Skip to content

Instantly share code, notes, and snippets.

@illya-tretiakov
illya-tretiakov / AdbCommands
Created January 23, 2023 07:31 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
Building DS.iOS (Debug|iPhone)
Build started 6/9/2020 1:37:42 PM.
__________________________________________________
Project "/Users/itretyakov/Library/Mobile Documents/com~apple~CloudDocs/Projects/DSMobile/DsMobile/DS.iOS/DS.iOS.csproj" (Build target(s)):
Target _BeforeCoreCompileInterfaceDefinitions:
Skipping target "_BeforeCoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.
Target _CoreCompileInterfaceDefinitions:
Skipping target "_CoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.