Skip to content

Instantly share code, notes, and snippets.

@westcripp
westcripp / PBO Changelog.txt
Last active August 9, 2018 12:51
PitchBlack Origins - Changelog
NOTE: If you have received a new app update, than you should re-apply recently updated app overlay to fix conflicts and force close issues
V57.4
• Themed Digital Wellbeing for pie
• Themed Markup for Pie
• Themed Sound Picker for Pie
• Pie settings imrovements
• Pie SystemUI volume dialog imrovements
• Added Contacts v3.0.6
• Added Google+ v10.12
diff --git a/adb/commandline.cpp b/adb/commandline.cpp
index a856672..a524df6 100644
--- a/adb/commandline.cpp
+++ b/adb/commandline.cpp
@@ -605,11 +605,17 @@ static std::string ShellServiceString(bool use_shell_protocol,
args.push_back(type_arg);
}
+ const char *cmd;
+ if (command.empty())