APM class
Constructors
- APM()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
platformVersion
→ Future<
String?> -
no setter
Static Methods
-
endAppLaunch(
) → void - Ends UI trace.
-
endExecutionTrace(
String id) → Future< void> - Ends an execution trace. String id of the trace.
-
endUITrace(
) → Future< void> - Ends UI trace.
-
networkLogAndroid(
NetworkData data) → Future< bool?> -
setAutoUITraceEnabled(
bool isEnabled) → Future< void> -
Enables or disables auto UI tracing.
boolean
isEnabled -
setColdAppLaunchEnabled(
bool isEnabled) → Future< void> -
Enables or disables cold app launch tracking.
boolean
isEnabled -
setEnabled(
bool isEnabled) → Future< void> -
Enables or disables APM feature.
boolean
isEnabled -
setExecutionTraceAttribute(
String id, String key, String value) → Future< void> - Sets attribute of an execution trace. String id of the trace. String key of attribute. String value of attribute.
-
setLogLevel(
LogLevel logLevel) → Future< void> -
Sets log Level to determine level of details in a log
logLevel
Enum value to determine the level -
startExecutionTrace(
String name) → Future - Starts an execution trace. String name of the trace.
-
startUITrace(
String name) → Future< void> - Starts UI trace. String name