Setting MPM SDK
1. MPM installation options
MPM option files
{
"stop" : true,
"mpm" : false,
"crash" : true,
"core" : true,
"repackaging" : false,
"lifecycle" : true,
"event_listener" : true,
"library_activity" : true,
"fragment_lifecycle" : true,
"webview" : true,
"network" : true,
"build_location" : "",
"flavor" : "",
"manifest_location" : "",
"mapping_upload" : true,
"map_upload_server" : "",
"project_key" : "IMQA_KEY",
"runtime" : {
"buildType" : false,
"printLog" : true,
"dump_interval" : 1000,
"file_interval" : 5,
"upload_period" : true,
"network_collect" : true,
"socket_tracing" : false,
"http_tracing" : true,
"keep_file_on_fail" : true,
"force_https" : false,
"end_date" : "",
"os_version_limit_list" : [],
"app_version_limit_list" : [],
"dump_size_max" : 10,
"behavior_max" : 100
}
}Description of file build setting values
Option Name
Default Value
Description
Description of file runtime setting values
Option Name
Default Value
Description
Gradle File
MPM Run Option
Executing independent MPM
Setting network collection
Responding to AsyncHttpClient
2. Setting ProGuard
Preparation
Upload process
3. MPM Webview Guide
WebView HTTP request
Setting the web server
Android Agent Setup
4. MPM HTTPS Guide
Responding to HttpsURLConnection
HttpsURLConnection
Responding to OkHttp
OkHttp Client
Responding to the image loading library
Responding to HttpClient
HttpClient
Responding to Volley
Volley
Issues in the current version
Last updated