Test android startup time fluctsdk

Overview

noAds (+3s388ms)

2022-02-04 16:17:21.200 524-2801/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=jp.co.kiganix.android.example.myapplication/.MainActivity} from uid 2000
.
.
.
2022-02-04 16:17:23.905 22543-22543/jp.co.kiganix.android.example.myapplication D/MyApp: flavor: noAds
.
.
.
2022-02-04 16:17:24.589 524-566/? I/ActivityTaskManager: Displayed jp.co.kiganix.android.example.myapplication/.MainActivity: +3s388ms
2022-02-04 16:17:24.590 524-561/? D/EventSequenceValidator: Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED

minimumFluctSdk (+3s538ms)

2022-02-04 16:19:13.322 524-2801/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=jp.co.kiganix.android.example.myapplication/.MainActivity} from uid 2000
.
.
.
2022-02-04 16:19:16.210 22902-22902/jp.co.kiganix.android.example.myapplication D/MyApp: flavor: minimumFluctSdk
.
.
.
2022-02-04 16:19:16.860 524-566/? I/ActivityTaskManager: Displayed jp.co.kiganix.android.example.myapplication/.MainActivity: +3s538ms
2022-02-04 16:19:16.860 524-561/? D/EventSequenceValidator: Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED

withFluctRtbSdk (+3s593ms)

2022-02-04 16:21:45.966 524-2801/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=jp.co.kiganix.android.example.myapplication/.MainActivity} from uid 2000
.
.
.
2022-02-04 16:21:48.942 23318-23318/jp.co.kiganix.android.example.myapplication D/MyApp: flavor: withFluctRtbSdk
.
.
.
2022-02-04 16:21:49.558 524-566/? I/ActivityTaskManager: Displayed jp.co.kiganix.android.example.myapplication/.MainActivity: +3s593ms
2022-02-04 16:21:49.559 524-561/? D/EventSequenceValidator: Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED

fullFluctSdkWithoutAdnw (+3s472ms)

2022-02-04 16:23:40.370 524-598/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=jp.co.kiganix.android.example.myapplication/.MainActivity} from uid 2000
.
.
.
2022-02-04 16:23:43.182 23431-23431/jp.co.kiganix.android.example.myapplication D/MyApp: flavor: fullFluctSdkWithoutAdnw
.
.
.
2022-02-04 16:23:43.840 524-566/? I/ActivityTaskManager: Displayed jp.co.kiganix.android.example.myapplication/.MainActivity: +3s472ms
2022-02-04 16:23:43.840 524-561/? D/EventSequenceValidator: Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED

fullFluctSdk (+3s669ms)

2022-02-04 16:25:48.209 524-1893/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=jp.co.kiganix.android.example.myapplication/.MainActivity} from uid 2000
.
.
.
2022-02-04 16:25:51.184 23542-23542/jp.co.kiganix.android.example.myapplication D/MyApp: flavor: fullFluctSdk
.
.
.
2022-02-04 16:25:51.878 524-566/? I/ActivityTaskManager: Displayed jp.co.kiganix.android.example.myapplication/.MainActivity: +3s669ms
2022-02-04 16:25:51.878 524-561/? D/EventSequenceValidator: Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED
You might also like...
Android App to test API requests against the GitHub API.

Reproducing an issue with GitHub's IP allowlist feature GitHub provides a feature for Enterprise orgs to define an IP allowlist. Requests to the GitHu

Test app to retrieve the spaceX Info based on the Rest API
Test app to retrieve the spaceX Info based on the Rest API

DeepamSpaceX Test app to retrieve the spaceX Info based on the Rest API. S.O.L.I.D Design principle MVVM Pattern Retrofit with Coroutines Clean code a

App de test para ingreso a Mercado Libre
App de test para ingreso a Mercado Libre

Proyecto Mercado Libre Proyecto de prueba para ingreso en Mercado Libre Tabla de contenidos Acerca del projecto Construido con Primeros pasos Pre-requ

Mobile Application Developer Technical Test
Mobile Application Developer Technical Test

kotlin_incident_app Mobile Application Developer Technical Test Screenshots Notes You may have to wait a little bit when you click on a button as they

androidx window manager sample taken from the original source and modified for easy deploy and test

androidx-window-samples This project contains the WindowManager samples located in the androidx WM project location The goal of this project is to pro

A template for Advent of Code challenge with input downloading and prepared test classes
A template for Advent of Code challenge with input downloading and prepared test classes

Advent of Code Kotlin Template A template which will help you concentrate on the puzzle solutions. It brings Downloading and caching of the puzzle inp

Geography quiz application with three levels of test

Geography quiz application with three levels of test GeoQuiz has been created to challenge yourself by your knowledge of geography. When the user inst

Protostream Evaluation - Technical Test for Protostream

Technical Test for Protostream This is a primitive app that displays a list of i

A Test App Featuring MVVM,Hilt,Navigation Component,Retrofit

CodingTest A Test App Featuring MVVM,Hilt,Navigation Component,Retrofit #Project Summary This application loads the last 10 commits from the github's

Owner
Shuma Yoshioka
Android App Developer. CEO at Kiganix, G.K.
Shuma Yoshioka
Instrumentation library for Android Cold Startup

This is an instrumentation library for Android Cold Startup which gives duration for each phase of App Startup.

OkCredit 39 Dec 26, 2022
Small library that allows the application to display a small troubleshooting guide in case of repeated app startup crashes.

AppSalvager What is it? AppSalvager allows you to combat the issue of repeating crashes on app startup. Failed data migration, SDKs not handling their

Alexander Leontev 29 Aug 31, 2022
Clean Architecture Kotlin Multiplatform Mobile (KMM) with Android Instrument Test and Unit Test

The-Movies: Clean Architecture Kotlin Multiplatform Mobile What're inside? - Jetpack Compose - Hilt - Ktor - Android Instrument Test - Unit Test - SQL

null 17 Dec 5, 2022
Android-basics-kotlin-tip-time-app - Tip Time app from Android Basics in Kotlin

Tip Time Tip Time app from Android Basics in Kotlin at developers.google.com. It

Ramon Lima e Meira 0 Jan 2, 2022
Episodie is a TV show time tracker app with unusual design written in kotlin and clean architecture approach. Get to know how much time you spent watching tv shows.

Episodie Episodie is a TV show time tracker app with unusual design. Get to know how much time you spent watching tv shows. Track easily overall progr

Przemek 126 Dec 7, 2022
Java/Kotlin lightweight implementation of RFC-6238 and RFC-4226 to generate and validate time-based one-time passwords (TOTP).

1time Java/Kotlin lightweight implementation of RFC-6238 and RFC-4226 to generate and validate time-based one-time passwords (TOTP). Maven / gradle de

Atlassian Labs 31 Dec 21, 2022
Abel Suviri 6 Dec 16, 2022
An app that allows you to search for Github profiles of users and their repositories [d.light Android Engineer Test], for the Android Engineer Role

An app that allows you to search for Github profiles of users and their repositories [d.light Android Engineer Test], for the Android Engineer Role

Joel Kanyi 9 Aug 26, 2022
Water tracker app helps you with daily reminder to drink water. This app is just a trial to test and improve my android development skills.

?? About Me I am a self-thaught developer learning web and android development. This app is just a trial to test and improve my android development sk

Sinan Sonmez (Chaush) 28 Dec 17, 2022
Android Chinese TTS Engine Base On Tensorflow TTS , use for TfLite Models Test。安卓离线中文TTS引擎,在TensorflowTTS基础上开发,用于TfLite模型测试。

Chinese TTS TF Lite 介绍 使用Kotlin + JetPack Compose + Tensorflow Lite开发的TTS引擎,可以完全离线使用。 可选两种模型:FastSpeech和Tacotron,这两种模型均来自TensorFlowTTS 文字转拼音方法来自:Tenso

benjamin wan 116 Jan 2, 2023