MPM SDK設定
1. MPMインストールオプション
MPMオプションファイル
{
"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
}
}Fileビルド設定値について
Option Name
Default Value
Description
Fileランタイム設定値について
Option Name
Default Value
Description
Gradle File
MPM Run Option
MPM独立実行
2. ネットワーク収集設定
AsyncHttpClient対応
3. ProGuard設定
事前準備
アップロード手順
4. MPM Webviewガイド
WebView HTTPのリクエスト
Web Serverの設定
Android Agentを設定
5. MPM HTTPS ガイド
HttpsURLConnection対応
HttpsURLConnection
OkHttp対応
OkHttp Client
イメージロードライブラリ対応
HttpClient対応
HttpClient
Volley対応
Volley
現在のバージョンで発生する可能性のある不具合
Last updated