GetDebugInfo
Overview
Used for obtaining debug information (the same that would be presented in dialog after shaking the device if debug screen is enabled).
Syntax
GetDebugInfo()returns string
Examples
string info = GetDebugInfo();Last updated