repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
materialcomponentsmaterialcomponentsandroid | slider can not set stepsize 1 0 | Bug | description when I set stepsize 0 1 I get next error cause by java lang illegalargumentexception the stepsize must be 0 or a factor of the valuefrom valueto range at com google android material slider slider validatestepsize slider java 383 at com google android material slider slider processattribute slider java 360 expect behavior I want to set stepsize 0 1 for range 0 1 source code android api version android p q material library version 1 2 0 alpha01 device avd google pixel 3 |
materialcomponentsmaterialcomponentsandroid | slider add a way to prevent the label from be draw at all | Bug | description when I set slider isfloatinglabel false label stills show slider isfloatinglabel true default screenshot 1571896439 slider isfloatinglabel false screenshot 1571896494 expect behavior I expect that I can hide float label source code android api version android p q material library version 1 2 0 alpha01 device avd google pixel 3 |
materialcomponentsmaterialcomponentsandroid | bottomappbar inside bottomnavigationview add rectangle | Bug | when bottomnavigationview be add inside bottomappbar offset rectangle appear the below screenshot show the behavior I try to change inset and add the follow code but it do not work viewutil doonapplywindowinset bottomappbar view inset initialpadde inset xml layout android api version 28 material library version 1 2 0 alpha01 before I use 1 1 0 apha02 and it be ok but because of the bug connect with textinputlayout cutout border when the hint be disabled I move to the last library version device samsung sm a605fn a6 |
materialcomponentsmaterialcomponentsandroid | textinputlayout hint gravity or alternative way | Bug | be your feature request relate to a problem please describe in case when textinputlayout use with legacy design starticon prefix hint title draw with trouble and its look very bad |
materialcomponentsmaterialcomponentsandroid | snackbar custom snackbar not call to contentviewcallback | Bug | description I have create a custom snackbar extend from the basetransientbottombar class everything work great except for the com google android material snackbar contentviewcallback callback that be never invoke except if I change animationmode animation mode slide see the basetransientbottombar code it seem that the operation be as expect but I think it should be call in both type of animation source code if view getanimationmode animation mode fade startfadeinanimation no call to contentviewcallback animatecontentin else startslideinanimation yes call to contentviewcallback animatecontentin material library version com google android material material 1 1 0 beta01 |
materialcomponentsmaterialcomponentsandroid | slider float label not visible | Bug | description float label not visible in the slider screenshot from 2019 10 22 19 43 05 expect behavior show float label source code android api version 23 28 probably not version specific material library version 1 2 0 alpha01 device pixel 2 emulator lg zero probably not device specific |
materialcomponentsmaterialcomponentsandroid | materialbuttontogglegroup corner don t handle visibility change correctly | Bug | description change visibility on child of a materialbuttontogglegroup do not fix the corner of the view that be now at the edge expect behavior if the visibility of the outer view be set to view go or view invisible the corner for the inner view should go back to their original shape I e they should no long be square source code the code snippet which be cause this issue please consider attach a minimal sample app that reproduce the issue material library version 1 1 0 beta01 |
materialcomponentsmaterialcomponentsandroid | textinputlayout errortext counter combination result in misplacement | Bug | description when display an error and a character counter on small device the character count be misplace cutoff image expect behavior the error text should have a linebreak instead source code inputlayout apply iscounterenable true countermaxlength limit inputlayout error a maximum of 140 character be possible android api version 21 material library version material android library version 1 0 0 device samsung galaxy j1 |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview crash when inflate menu | Bug | description when use app menu attribute app crash when its empty app run normally expect behavior expect to correct inflate menu source code android api version api 28 material library version material android library version you be use here e g 1 1 0 beta01 device occur on simulator and on physical device stacktrack e androidruntime fatal exception main process br com loopkey indigo pid 6621 java lang nosuchfielderror no static field smalllabel of type I in class lcom google android material r i d or its superclass declaration of com google android material r i d appear in data app br com loopkey indigo cxavvjfvntsdqhgxdjsjmw base apk classes2 dex at com google android material bottomnavigation bottomnavigationitemview bottomnavigationitemview java 97 at com google android material bottomnavigation bottomnavigationitemview bottomnavigationitemview java 84 at com google android material bottomnavigation bottomnavigationitemview bottomnavigationitemview java 80 at com google android material bottomnavigation bottomnavigationmenuview getnewitem bottomnavigationmenuview java 588 at com google android material bottomnavigation bottomnavigationmenuview buildmenuview bottomnavigationmenuview java 520 at com google android material bottomnavigation bottomnavigationpresenter updatemenuview bottomnavigationpresenter java 67 at com google android material bottomnavigation bottomnavigationview inflatemenu bottomnavigationview java 343 at br com loopkey indigo presentation view activity dooractivity setupbottomnavigation dooractivity kt 78 at br com loopkey indigo presentation view activity dooractivity oncreate dooractivity kt 43 at android app activity performcreate activity java 7224 at android app activity performcreate activity java 7213 at android app instrumentation callactivityoncreate instrumentation java 1272 at android app activitythread performlaunchactivity activitythread java 2926 at android app activitythread handlelaunchactivity activitythread java 3081 at android app servertransaction launchactivityitem execute launchactivityitem java 78 at android app servertransaction transactionexecutor executecallback transactionexecutor java 108 at android app servertransaction transactionexecutor execute transactionexecutor java 68 at android app activitythread h handlemessage activitythread java 1831 at android os handler dispatchmessage handler java 106 at android os looper loop looper java 201 at android app activitythread main activitythread java 6806 at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java 547 at com android internal os zygoteinit main zygoteinit java 873 |
materialcomponentsmaterialcomponentsandroid | textinputlayout nulle error cause currently display helper text to be hide | Bug | description have helper text currently show set error to null cause helper text to be hide expect behavior I expect that currently display helper text be not affect by set error to null in any way simply do nothing have display helper text I expect that set error to null do nothing set error to some text display error set error to null hide error and show initial helper text source code textinput apply helpertext helper iserrorenable true button setonclicklistener view onclicklistener textinput error null android api version 29 material library version 1 1 0 beta01 relate 525 |
materialcomponentsmaterialcomponentsandroid | shape theme crash | Bug | shape theme crash on android 9 in honor 8 pro |
materialcomponentsmaterialcomponentsandroid | component cardview sample lineheight isn t adjust | Bug | description when make a modification to the line height it isn t be reflect in the card component text this be happen because the textview in the component cardview xml be use the appcompattextview instead of the materialtextview once I change the component cardview xml to use the materialtextview everything start to display as expect expect behavior lineheight adjustment should reflect in any of the textview android api version 28 or any of the support version material library version 1 1 0 beta01 device samsung s9 if I get some time I ll try and get a pull request to fix the issue |
materialcomponentsmaterialcomponentsandroid | materialdatepicker manual date input do not work on samsung device | Bug | description when click the edit button next to select date on the picker to manually input a date with the edit text it be not possible to enter a valid date with the samsung stock keyboard since the number keyboard that be open do not allow to enter or screenshot 20191018 021210 zenjob debug expect behavior it should be possible to enter a valid date with the keyboard either by automatically insert the special character to complete the date or by use keyboard variant that support these need character android api version 27 android 9 0 material library version 1 1 0 beta01 device samsung galaxy s8 sm g955f |
materialcomponentsmaterialcomponentsandroid | android android studio complaint when use themeoverlay materialcomponent instead of themeoverlay appcompat | Bug | description I have add theme materialcomponent as per the getting start guide I have also replace themeoverlay appcompat with themeoverlay materialcomponent which have no mention in the getting start guide when I create an activity I get the follow error screenshot 20191016 164335 ignore conflict for the value apptheme appbaroverlay want but it already be in the file style xml ignore conflict for the value apptheme popupoverlay want but it already be in the file style xml expect behavior screenshot and or description of expect behavior I would expect that android studio should not show this warning please add instruction to the the getting start guide regard themeoverlay materialcomponent how to reproduce create a new project via android studio make change as per the getting start guide replace themeoverlay appcompat with themeoverlay materialcomponent as show below create a new basic activity android api version 29 material library version 1 0 0 device android studio fedora 30 kde |
materialcomponentsmaterialcomponentsandroid | textinputlayout hint text area background color glitch | Bug | remove |
materialcomponentsmaterialcomponentsandroid | navigationview talkback do not announce the number of item in the navigationview | Bug | description talkback do not behave as expect on the navigation drawer it be include separator between menu item group in the count of item in the list of item in the navigation drawer additionally the header view automatically add 1 to the count of item even if it have no focusable item or if it have more than 1 focusable item expect behavior I would expect talkback to announce the total number of focusable element in the navigation drawer regardless of whether they be menu item or child of the header view s and I suppose footer view as well I would not expect any automatically insert separator between menu item group to be count source code minimal sample which add a navigation drawer with 2 group and a header contain 3 item be attach the app will announce 7 item instead of 8 item additionally if android focusable true be remove from the item in menu header xml then the entire header view be focusable navigationdrawerdemo zip android api version 29 suspect it affect all api level material library version 1 0 0 device pixel 2 to help we triage fast please check to make sure you be use the late version of the library we also happily accept pull request |
materialcomponentsmaterialcomponentsandroid | chip chip be blink in chipgroup with custom font | Bug | description I m try to update all chip s in chipgroup but they be blink for a short time gif example expect behavior chip update without blink source code chip be create programmatically private fun createchip context context chiptitle string chip return chip context apply settextappearance r style chiptextstyle text chiptitle isclickable false isfocusable false setchipbackgroundcolorresource r color chipcolor settextcolor contextcompat getcolor context r color black style with custom font update method private fun updateallchip chipgroup removeallviews val chipstitle listof tag 1 tag 2 tag 3 tag 4 chipstitle foreach title val chip createchip this title chipgroup addview chip full source code link to repository android api version 28 27 23 material library version 1 1 0 device meizu 16th api 28 emulator nexus 5x api 27 galaxy nexus api 23 |
materialcomponentsmaterialcomponentsandroid | material toolbar action menu material toolbar action menu incorrect background | Bug | screenshot of the issue image image leave correct behavior android 10 right incorrect behavior android 5 1 component material toolbar com google android material material 1 1 0 beta01 base theme theme materialcomponent daynight noactionbar I m pass app theme attribute to material toolbar xml with follow theme |
materialcomponentsmaterialcomponentsandroid | bottomsheetdialog frame with dark line appear in dim area when minimize app | Bug | description frame with dark line appear in dim area when minimize app expect behavior source code android api version 27 material library version 1 1 0 beta01 device xiaomi mi9 t |
materialcomponentsmaterialcomponentsandroid | edittext resourcenotfound exception design password eye xml | Bug | this be a very nasty bug since it only happen on some device in the field I can not reproduce this on my local development device note that our app be deploy as android app bundle from the play store I flag this as a material library bug because the missing resource be part of the material library we use the follow version com google android material material 1 0 0 androidx appcompat appcompat 1 1 0 there be a few similar stackoverflow and github report here be a stacktrace from the firebase crashlytic console cause by android content re resource notfoundexception file re drawable v21 design password eye xml from drawable resource i d 0x7f07011d android content re resourcesimpl loaddrawableforcookie resourcesimpl java 837 android content re resourcesimpl loaddrawable resourcesimpl java 659 android content re resource getdrawablefordensity resource java 891 android content re resource getdrawable resource java 833 android content context getdrawable context java 605 androidx core content contextcompat c contextcompat java 2 androidx appcompat widget appcompatdrawablemanager getdrawable appcompatdrawablemanager java 11 androidx appcompat widget appcompatdrawablemanager c appcompatdrawablemanager java 2 androidx appcompat content re appcompatresources b appcompatresource java 4 androidx appcompat widget tinttypedarray b tinttypedarray java 19 com google android material textfield textinputlayout textinputlayout java 3 com google android material internal themeenforcement obtaintintedstyledattribute themeenforcement java 2 com google android material textfield textinputlayout textinputlayout java 2 java lang reflect constructor newinstance0 constructor java java lang reflect constructor newinstance constructor java 334 android view layoutinflater createview layoutinflater java 647 android view layoutinflater createviewfromtag layoutinflater java 790 android view layoutinflater createviewfromtag layoutinflater java 730 android view layoutinflater rinflate layoutinflat java 863 android view layoutinflater rinflatechildren layoutinflat java 824 android view layoutinflater rinflate layoutinflater java 866 android view layoutinflater rinflatechildren layoutinflat java 824 android view layoutinflater rinflate layoutinflater java 866 android view layoutinflater rinflatechildren layoutinflat java 824 android view layoutinflater rinflate layoutinflater java 866 android view layoutinflater rinflatechildren layoutinflat java 824 android view layoutinflater rinflate layoutinflater java 866 android view layoutinflater rinflatechildren layoutinflat java 824 android view layoutinflater inflate layoutinflater java 515 android view layoutinflater inflate layoutinflat java 423 androidx databinde databindingutil inflate databindingutil java 1 |
materialcomponentsmaterialcomponentsandroid | materialalertdialog typography not work | Bug | description the materialalertdialogbuilder be not use the typography which be define in the app theme screenshot 2019 10 10 at 15 53 51 expect behavior the alertdialog be automatically use textappearanceheadline6 for the title textappearancebody1 for the message and textappearancebutton for the button source code this be the theme material library version 1 1 0 beta01 |
materialcomponentsmaterialcomponentsandroid | textinputlayout with textinputedittext fast input crash | Bug | description I have a com google android material textfield textinputlayout contain a com google android material textfield textinputedittext if I type quickly into the textinputedittext my app crash silently there be no output to android studio logcat however if I type slowly into the textinputedittext there be no crash expect behavior I would expect that type quickly into the textinputedittext do not cause a crash source code fragment layout addcardfragment kt import androidx lifecycle viewmodelprovider import android os bundle import android text editable import android util log import androidx fragment app fragment import android view layoutinflater import android view view import android view viewgroup import android widget textview import android widget toast import androidx core widget addtextchangedlistener import androidx core widget doaftertextchange import androidx core widget doontextchange import androidx databinde databindingutil import androidx lifecycle observer import com entersekt feature cardmanagement databinde addcardfragmentbinding class addcardfragment fragment companion object private fun newinstance addcardfragment private var customizationoption addcardfragmentcustomizationoption null fun newinstance addcardfragmentcustomizationoption addcardfragmentcustomizationoption addcardfragment val fragmentinstance newinstance customizationoption addcardfragmentcustomizationoption return fragmentinstance const val no customization supply no customization object have be provide to the addcardfragment private lateinit var viewmodel addcardviewmodel private lateinit var bind addcardfragmentbinde override fun oncreateview inflater layoutinflat container viewgroup savedinstancestate bundle view bind databindingutil inflate layoutinflater r layout add card fragment container false bind apply cardnumberinput doaftertextchange it let viewmodel setcardnumberdata it tostre cardccvinput doaftertextchange it let viewmodel setcardccvdata it tostre cardexpiryinput doaftertextchange it let viewmodel setcardexpirydata it tostre return bind root override fun onactivitycreate savedinstancestate bundle super onactivitycreate savedinstancestate viewmodel viewmodelprovider of this get addcardviewmodel class java if customizationoption null viewmodel customizationoption customizationoption else illegalargumentexception no customization supply apply throw this bind addcardfragmentviewmodel viewmodel viewmodel apply carddataisvalid observe viewlifecycleowner observer bind submitcarddatabutton visibility if it view visible else view go customizationoption apply bind ccvinputlayout setendicononclicklistener this ccvendiconclicklistener onclick it bind cardnumberlayout setendicononclicklistener this cardnumberendiconclicklistener onclick it bind cardexpirylayout setendicononclicklistener this cardexpiryendiconclicklistener onclick it bind faqbutton setonclicklistener this faqbuttonclicklistener onclick it bind faqbutton settextcolor resource getcolor this faqbuttontextcolor android api version api 28 material library version com google android material material 1 1 0 beta01 however I have also try with a number of the 1 1 0 alpha library and the issue be still present device android emulator run on a mac pixel 3 api 28 and on pixel 2 xl physical device run android 9 |
materialcomponentsmaterialcomponentsandroid | datepicker theme for dialog | Bug | I wonder how to set theme to force picker to be a dialog use r attr materialcalendartheme as in catalog app isn t ok because these attrs be private int dialogtheme resolveorthrow getcontext r attr materialcalendartheme int fullscreentheme resolveorthrow getcontext r attr materialcalendarfullscreentheme |
materialcomponentsmaterialcomponentsandroid | floatingactionbutton app crash because of shapeappearance on fab | Bug | description here be the demo app as describe in this link to the gif you can reproduce the crash expect behavior it should not crash source code here be the problem make cornersizetopright and cornersizebottomleft to 30dp be cause the crash link to the gif below code work link to the gif be the demo app android api version os 8 0 material library version 1 1 0 beta01 device device pixel 2 xl emulator stackoverflow issue in original repository |
materialcomponentsmaterialcomponentsandroid | catalog app crash when run demo of shape theme | Bug | description as describe in the title the demo app intitule catalog debug that I ve download from crash when I try to start the demo or any additional example of sahpe theame expect behavior n a source code crash log below e fatal exception main process io material catalog pid 2061 java lang classcastexception androidx appcompat view contextthemewrapper can not be cast to android app activity at io material catalog feature demoutil shouldapplybottominset demoutil java 129 at io material catalog feature demoutil access 000 demoutil java 33 at io material catalog feature demoutil 1 onlayoutchange demoutil java 95 at android view view layout view java 22416 at android view viewgroup layout viewgroup java 6577 at androidx coordinatorlayout widget coordinatorlayout layoutchild coordinatorlayout java 1193 at androidx coordinatorlayout widget coordinatorlayout onlayoutchild coordinatorlayout java 880 at androidx coordinatorlayout widget coordinatorlayout onlayout coordinatorlayout java 899 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android widget linearlayout setchildframe linearlayout java 1812 at android widget linearlayout layoutvertical linearlayout java 1656 at android widget linearlayout onlayout linearlayout java 1565 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android widget framelayout layoutchildren framelayout java 323 at android widget framelayout onlayout framelayout java 261 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android widget framelayout layoutchildren framelayout java 323 at android widget framelayout onlayout framelayout java 261 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android widget framelayout layoutchildren framelayout java 323 at android widget framelayout onlayout framelayout java 261 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android widget framelayout layoutchildren framelayout java 323 at android widget framelayout onlayout framelayout java 261 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android widget linearlayout setchildframe linearlayout java 1812 at android widget linearlayout layoutvertical linearlayout java 1656 at android widget linearlayout onlayout linearlayout java 1565 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android widget framelayout layoutchildren framelayout java 323 at android widget framelayout onlayout framelayout java 261 at com android internal policy decorview onlayout decorview java 1042 at android view view layout view java 22398 at android view viewgroup layout viewgroup java 6577 at android view viewrootimpl performlayout viewrootimpl java 3340 at android view viewrootimpl performtraversal viewrootimpl java 2804 at android view viewrootimpl dotraversal viewrootimpl java 1850 at android view viewrootimpl traversalrunnable run viewrootimpl java 8455 at android view choreographer callbackrecord run choreographer java 949 at android view choreographer docallback choreographer java 761 at android view choreographer doframe choreographer java 696 at android view choreographer framedisplayeventreceiver run choreographer java 935 at android os handler handlecallback handler java 873 at android os handler dispatchmessage handler java 99 at android os looper loop looper java 214 at android app activitythread main activitythread java 6981 at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java 493 at com android internal os zygoteinit main zygoteinit java 1445 android api version 27 material library version 1 1 0 beta01 device samsung galaxy s9 |
materialcomponentsmaterialcomponentsandroid | materialdatepicker month be package private | Bug | description go from 1 1 0 alpha10 to 1 1 0 beta01 make com google android material datepicker month package private even though it s in the public api and need for call like kotlin materialdatepicker builder datepicker setcalendarconstraint calendarconstraint builder setend month today build build expect behavior month be not package private so it can be accessible |
materialcomponentsmaterialcomponentsandroid | many lack of elevation on pre lollipop cause major color issue | Bug | description materialshapedrawable be use everywhere as background drawable to support material shape and fake shadow its elevation be important as it seem to affect its color shade I e become bright with increase elevation on a dark theme but lot of component have no default elevation ignore any app elevation attribute or incorrectly get it from some other view use viewcompat getelevation which always return zero on pre lollipop device this have major consequence on pre lollipop especially when use a dark theme e g daynight where the appbarlayout and dialog background become black at zero elevation for screenshort see my related issue report appbarlayout rely on a statelistanimator which be only available set on lollipop l238 materialalertdialogbuilder and materialdatepicker get their elevation from decorview which be always zero on pre lollipop l147 l169 some component like navigationview do the right thing honor app elevation attribute and thus work as expect l155 more component be probably affect by this bug oversight it seem few component have be properly test on pre lollipop with a dark theme expect behavior toolbar and dialog have the same similar color both pre and post lollipop on pre lollipop I d expect the component to get fallback elevation from their respective theme style I e an app elevation attribute or in some other way android api version android 4 0 thru 4 4 material library version com google android material material 1 1 0 beta01 device emulator |
materialcomponentsmaterialcomponentsandroid | snackbar fade animation be flicker | Bug | description when use snackbar with the default animation mode fade it look like it s flicker when animate snackbar expect behavior animation should be smooth source code snackbar make view message snackbar length short show android api version api level 26 material library version 1 1 0 alpha10 device htc u11 life |
materialcomponentsmaterialcomponentsandroid | theme materialcomponent theme materialcomponent crash on device 8 1 | Bug | I be use stable version of material component 1 0 0 I be receive this error on device 8 1 java lang illegalstateexception you need to use a theme appcompat theme or descendant with this activity in my androidmanif xml I be use android theme style apptheme and in style |
materialcomponentsmaterialcomponentsandroid | badgedrawable badge to close to bottom navigation view border | Bug | description I update from version 1 1 0 alpha08 to version 1 1 0 alpha10 if I now add a badge to a bottom navigation view entry it touch the border of the bottom navigation view image I assume chaoyang0201 get the same or a related problem and thus open this relate issue with this pr expect behavior bevor I update to 1 1 0 alpha10 the bedge be a little bit low image source code I fork this repo and add a badge in the bottom navigation view and get the same result you can find my change here and can also clone this repo to get the same result image android api version android 10 0 q api 29 also test on android 8 1 0 material library version before bug 1 1 0 alpha08 with bug 1 1 0 alpha10 device pixel 3 and nexus 6p |
materialcomponentsmaterialcomponentsandroid | fab fab layout not fab itself do not resize with fabcustomsize | Bug | I would like to resize my fab to 24dp but the fabcustomsize just resize the fab itself not resize the layout surround it annotation 2019 09 29 124725 |
materialcomponentsmaterialcomponentsandroid | what version of library to use post androidx | Bug | hi I have upgrade to androidx however on some device I be face this error binary xml file line 120 binary xml file line 120 error inflate class com google android material textfield textinputlayout base on so I need to upgrade this library I be currently use 1 0 0 what be the right stable version to use post androidx upgrade |
materialcomponentsmaterialcomponentsandroid | chipdrawable chipdrawable bitmap | Bug | I need a bitmap image of a chipdrawable that retain the textattribute font I want when I assign the chipdrawable to an imageview by call imageview setimagedrawable chipdrawable I get the desire look but what I need for my use case be a bitmap when call val chipdrawablebitmap chipdrawable tobitmap imageview setimagebitmap chipdrawablebitmap it loose the textattribute font be there anything to fix this chip fragment kt val view findviewbyid r i d test space val chip chipdrawable createfromresource context r xml standalone chip chip text alexander wang chip setbound 0 0 chip getintrinsicwidth chip getintrinsicheight view findviewbyid r i d test image setimagedrawable chip var chipbitmap chip tobitmap view findviewbyid r i d test image 2 setimagebitmap chipbitmap style xml standalone chip xml layout xml android api version minsdk 21 targetsdk 28 material library version 1 1 0 alpha10 device pixel 2 |
materialcomponentsmaterialcomponentsandroid | component name project sync fail | Bug | description project synchronization fail with error can not invoke method getcompileclasspath on null object expect behavior the project be expect to sync with no error and could be run on device source code file material component android lib build gradle line 203 task each it classpath releasevariant getcompileclasspath null it classpath it project file releasevariant javacompileprovider get destinationdir it source releasevariant javacompileprovider get source android api version 29 material library version mdclibraryversion 1 1 0 alpha10 device android studio 3 5 ubuntu 18 04 to help we triage fast please check to make sure you be use the late version of the library we also happily accept pull request |
materialcomponentsmaterialcomponentsandroid | bottomsheetdialog crash when call dimiss | Bug | description implement bottomsheetdialogfragment and when try to dimiss the bottomsheetdialogfragment by call dismiss its throw error expect behavior its shouldn t crash source code the code snippet which be cause this issue please consider attach a minimal sample app that reproduce the issue crash log java lang classcastexception androidx appcompat app alertdialog can not be cast to com google android material bottomsheet bottomsheetdialog at com google android material bottomsheet bottomsheetdialogfragment getdialog bottomsheetdialogfragment java 64 android api version 23 material library version 1 1 0 alpha10 device huawei p9 plus to help we triage fast please check to make sure you be use the late version of the library we also happily accept pull request |
materialcomponentsmaterialcomponentsandroid | materialdatepicker crash on singledateselector when erase type in date | Bug | description 1 show the materialdatepicker for select a single date 1 click on the edit toggle to go to the textinputedittext view 1 type one digit 1 erase the digit 1 a crash will occur expect behavior the field should be empty with no crash source code java lang nullpointerexception attempt to invoke virtual method long java lang long longvalue on a null object reference at com google android material datepicker singledateselector 1 onvaliddate singledateselector java 115 at com google android material datepicker dateformattextwatcher ontextchange dateformattextwatcher java 64 the issue seem to be that dateformattextwatcher within ontextchanged pass a null into onvaliddate line 64 which singledateselector pass into select line 115 which have the signature public void select long selection and can t accept null value android api version test on api 29 material library version 1 1 0 alpha10 device pixel 2 xl |
materialcomponentsmaterialcomponentsandroid | navigationview logic error when draw nav bar scrim | Bug | description navigationview try to apply a scrim behind navigation bar when the navigation bar color be not transparent it doesn t scrim at all when there s no window provide scrim also if the navigationview be inflate with a contextthemewrapper the logic wouldn t work the activity would need to be unwrapped to get access to a window expect behavior navigationview try to apply a scrim behind navigation bar only when the navigation bar color be transparent there s no reason to scrim twice this should apply to any color with zero alpha not just 00000000 for discussion should this be enable on api 29 with target api 29 when the system be in charge of color navigation source code private void setupinsetscrimslistener getviewtreeobserver addongloballayoutlistener new ongloballayoutlistener override public void ongloballayout getlocationonscreen tmplocation boolean isbehindstatusbar tmplocation 1 0 presenter setbehindstatusbar isbehindstatusbar setdrawtopinsetforeground isbehindstatusbar context context getcontext if context instanceof activity version sdk int version code lollipop boolean isbehindsystemnav activity context findviewbyid android r i d content getheight getheight boolean systemnavnotfullytransparent activity context getwindow getnavigationbarcolor color transparent setdrawbottominsetforeground isbehindsystemnav systemnavnotfullytransparent android api version 21 material library version 1 1 0 alpha10 device sony xperia x compact any |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview in compilesdkversion 29 bottom nav item be blink when it have unselecte | Bug | description I m use bottomnavigatgionview with a standard way today when I upgrade my app s compilesdkversion to 29 the behavior have change the behavior be that bottom nav item be blink when it have unselecte be this a bug expect behavior bottom nav item be not blink source code a sample repository be here mainactivity kt class mainactivity appcompatactivity bottomnavigationview onnavigationitemselectedlistener lateinit var bind activitymainbinding override fun onnavigationitemselected item menuitem boolean when item itemid r i d nav home bind message text getstre r string home return true r i d nav notification bind message text getstre r string notification return true return false override fun oncreate savedinstancestate bundle super oncreate savedinstancestate bind databindingutil setcontentview this r layout activity main bind bottomnav setonnavigationitemselectedlistener this activity main xml re menu bottom nav xml android api version 29 material library version 1 1 0 alpha09 1 1 0 alpha10 device pixel3 |
materialcomponentsmaterialcomponentsandroid | tablayout tab indicator do not update immediately when select | Bug | description make valueanimator when ontabselecte and addupdatelistener for valueanimator to update textview the indicator update after animation end source code tablayout addontabselectedlistener new tablayout ontabselectedlistener override public void ontabselected tablayout tab tab mseekbar setmode tab getposition 1 myseekbar mode mode 1 myseekbar mode mode 2 override public void ontabunselecte tablayout tab tab override public void ontabreselecte tablayout tab tab public void setmode mode int mode if mode mmode mmode mode startmodechangedanim mode private void startmodechangedanim mode int mode int endprogress mode mode 1 int mmaxprogress 3 0 if mleftanimator null manimator valueanimator ofint int mprogress endprogress manimator setduration 300 manimator setinterpolator animationutil decelerate interpolator manimator addupdatelistener animation int progress int animation getanimatedvalue setleftthumbprogress progress true if monrangechangedlistener null monchangedlistener onprogresschange myseekbar this progress else manimator cancel manimator setintvalue int mprogress endprogress manimator start mseekbar setonchangedlistener seekbar progress calendar settimeinmillis progress starttextview settext simpledateformat format calendar gettime material library version 1 1 0 alpha10 |
materialcomponentsmaterialcomponentsandroid | extendedfloatingactionbutton do not work with bridge theme | Bug | description extend fab do not work as expect when use a bridge theme on layout just need to add bridge in any theme and you will see the bug happen for test I have use theme materialcomponent light darkactionbar bridge android api version 21 material library version 1 1 0 alpha07 also test on 08 09 and 10 device sansung s6 |
materialcomponentsmaterialcomponentsandroid | textinputlayout error and helpertext clash | Bug | description if we set error follow by set helpertext of textinputlayout the helper text will replace error text this behavior be questionable but not the point of this pr kotlin textinputlayout error error textinputlayout helpertext helper at this moment the textinputlayout will be show the helper text the problem will manifest when we reset the error by set it to null resetting error will cause helper text to hide if we change the ordering of the first two assignment like kotlin textinputlayout helpertext helper textinputlayout error error then textinputlayout will be display an error message and reset the error will restore helper text as expect expect behavior helper text should not hide after set error to null source code xml kotlin class mainactivity appcompatactivity override fun oncreate savedinstancestate bundle super oncreate savedinstancestate setcontentview r layout activity main textinputlayout error error textinputlayout postdelaye textinputlayout helpertext helper 2000 textinputlayout postdelaye textinputlayout error null 4000 android api version compile 29 min 21 target 29 material library version test both 1 1 0 alpha07 and 1 1 0 alpha10 device test on pixel 2 emulator api 28 and huawei ine lx2 api 27 |
materialcomponentsmaterialcomponentsandroid | tablayout app crash when badge be create then notifydatasetchange be call | Bug | description when a badge be create then notifydatasetchange be call at run time the app crash stack trace java lang nullpointerexception attempt to invoke virtual method android graphic drawable drawable com google android material tabs tablayout tab geticon on a null object reference at com google android material tabs tablayout tabview tryupdatebadgeanchor tablayout java 2634 at com google android material tabs tablayout tabview update tablayout java 2516 at com google android material tabs tablayout tabview settab tablayout java 2446 at com google android material tabs tablayout tabview reset tablayout java 2451 expect behavior notifydatasetchange should not crash the app whether a badge be set or not source code see sample project android api version 29 material library version 1 1 0 alpha10 device pixel 3 |
materialcomponentsmaterialcomponentsandroid | tablayout widget materialcomponent tablayout crash in 1 1 0 alpha10 | Bug | description for simple implementation I use style style widget materialcomponent tablayout but application will crash in version 1 1 0 alpha01 to 1 1 0 alpha10 expect behavior can use style style widget materialcomponent tablayout in version 1 1 0 alpha1 to 1 1 0 alpha10 source code xml crash log process com example myapplication pid 20289 java lang runtimeexception unable to start activity componentinfo com example myapplication com example myapplication mainactivity android view inflateexception binary xml file line 23 binary xml file line 20 error inflate class com google android material tab tablayout at android app activitythread performlaunchactivity activitythread java 2957 at android app activitythread handlelaunchactivity activitythread java 3032 at android app activitythread wrap11 unknown source 0 at android app activitythread h handlemessage activitythread java 1696 at android os handler dispatchmessage handler java 105 at android os looper loop looper java 164 at android app activitythread main activitythread java 6944 at java lang reflect method invoke native method at com android internal os zygote methodandargscaller run zygote java 327 at com android internal os zygoteinit main zygoteinit java 1374 cause by android view inflateexception binary xml file line 23 binary xml file line 20 error inflate class com google android material tabs tablayout cause by android view inflateexception binary xml file line 20 error inflate class com google android material tabs tablayout android api version api 28 material library version 1 1 0 alpha01 to 1 1 0 alpha10 device real device samsung s7 simulator pixel 2 to help we triage fast please check to make sure you be use the late version of the library we also happily accept pull request |
materialcomponentsmaterialcomponentsandroid | tablayout tablayout crash randomly | Bug | description for simple implementation I have code that remove all tab and add they in one cycle the line listview removealltab crash intermittently expect behavior tab be update with the new list reliable all the time source code code kotlin listview removealltab list foreach val tab listview newtab tab text it listview addtab tab xml xml crash log 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 jni detect error in application jni newlocalref call with pende exception java lang unsupportedoperationexception fail to resolve attribute at index 4 typedvalue t 0x2 d 0x1010099 a 1 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at int android content re typedarray getcolor int int typedarray java 477 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void android widget textview readtextappearance android content context android content re typedarray android widget textview textappearanceattribute boolean textview java 3539 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void android widget textview settextappearance android content context int textview java 3408 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void androidx appcompat widget appcompattextview settextappearance android content context int appcompattextview java 185 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void android widget textview settextappearance int textview java 3395 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void androidx core widget textviewcompat settextappearance android widget textview int textviewcompat java 284 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void com google android material tabs tablayout tabview update tablayout java 2247 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void com google android material tabs tablayout tabview settab com google android material tabs tablayout tab tablayout java 2173 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void com google android material tabs tablayout tabview reset tablayout java 2178 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void com google android material tabs tablayout removetabviewat int tablayout java 1503 2019 09 22 14 40 19 255 7685 7685 myapp dev a t7 myapp de java vm ext cc 542 at void com google android material tabs tablayout removealltab tablayout java 789 android api version api 28 material library version 1 0 0 device nexus 5x emulator to help we triage fast please check to make sure you be use the late version of the library we also happily accept pull request |
materialcomponentsmaterialcomponentsandroid | collapsingtoolbarlayout darktheme wrong toolbar background color | Bug | description I have collapsingtoolbarlayout with a toolbar that be always pin to top and a collapsible view the toolbar s background color base on the toolbar elevation in dark mode be not apply before collapse and after collapse before collapse screenshot 1569108212 after collapse screenshot 1569108265 expect behavior toolbar s background to be light than the background base on it s elevation source code android api version 28 material library version 1 1 0 alpha010 device android emulator |
materialcomponentsmaterialcomponentsandroid | tablayout tablayoutmediator crash if page count decrease | Bug | description tablayoutmediator crash if viewpager2 adapter item count decrease when last tab be select expect behavior tab be update reflect adapter state new last tab be select stack trace java lang nullpointerexception attempt to invoke virtual method void com google android material tabs tablayout tab select on a null object reference at com google android material tabs tablayoutmediator populatetabsfrompageradapter tablayoutmediator java 165 at com google android material tabs tablayoutmediator pageradapterobserver onchange tablayoutmediator java 265 at androidx recyclerview widget recyclerview adapterdataobservable notifychanged recyclerview java 12244 at androidx recyclerview widget recyclerview adapter notifydatasetchange recyclerview java 7345 source code see sample project android api version 25 28 material library version 1 1 0 alpha10 viewpager2 1 0 0 beta04 device wileyfox swift android emulator |
materialcomponentsmaterialcomponentsandroid | swiperefreshlayout source not exist | Bug | description package could not be resolve after upgrade to 1 1 0 alpha10 expect behavior this package might be present android api version 29 androidx error1 gradle dependency material library version 1 1 0 alpha10 if above class be rename then please let I know as update to late version be break the code of my application |
materialcomponentsmaterialcomponentsandroid | bottomsheetbehavior shape corner behavior question and possible bug | Bug | if a bottom sheet have round courner it will animate its to sharp state if the sheet be fully expand but I believe it should keep rounded corner if it height be small than the screen height and fit content be true so we can see a nice rounded bottom sheet with a small menu for example |
materialcomponentsmaterialcomponentsandroid | textinputedittext crash with textallcap true | Bug | description when set textallcap true textinputlayout doesn t move cursor after text change and crash after start edit pasted text expect behavior all letter change to upper case source code crash log after start edit paste 4 character word java lang indexoutofboundsexception charat 4 length 4 at android text spannablestringbuilder charat spannablestringbuilder java 123 at android text textline handletext textline java 899 at android text textline handlerun textline java 1141 at android text textline drawrun textline java 509 at android text textline draw textline java 244 at android text layout drawtext layout java 581 at android widget editor drawhardwareacceleratedinner editor java 2062 at android widget editor drawhardwareaccelerate editor java 1981 at android widget editor ondraw editor java 1921 at android widget textview ondraw textview java 8101 at android view view draw view java 21868 at android view view updatedisplaylistifdirty view java 20741 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view viewgroup recreatechilddisplaylist viewgroup java 4542 at android view viewgroup dispatchgetdisplaylist viewgroup java 4514 at android view view updatedisplaylistifdirty view java 20696 at android view threadedrenderer updateviewtreedisplaylist threadedrenderer java 725 at android view threadedrenderer updaterootdisplaylist threadedrenderer java 731 at android view threadedrenderer draw threadedrenderer java 840 at android view viewrootimpl draw viewrootimpl java 3963 at android view viewrootimpl performdraw viewrootimpl java 3737 at android view viewrootimpl performtraversal viewrootimpl java 3048 at android view viewrootimpl dotraversal viewrootimpl java 1911 at android view viewrootimpl traversalrunnable run viewrootimpl java 8526 at android view choreographer callbackrecord run choreographer java 949 2019 09 20 10 43 45 279 20529 20529 de autodoc club debug e androidruntime at android view choreographer docallback choreographer java 761 at android view choreographer doframe choreographer java 696 at android view choreographer framedisplayeventreceiver run choreographer java 935 at android os handler handlecallback handler java 873 at android os handler dispatchmessage handler java 99 at android os looper loop looper java 214 at android app activitythread main activitythread java 7078 at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java 493 at com android internal os zygoteinit main zygoteinit java 964 android api version api 28 material library version lib version 1 1 0 alpha06 device samsung a9 2018 pixel 2 emulator |
materialcomponentsmaterialcomponentsandroid | textinputlayout setendicononclicklistener doesn t exit | Bug | description when try to implement a com google android material textfield textinputlayout with a endicon I coulnd t find import listener on the icon expect behavior should be able to listen to the event code comment input layout as textinputlayout setendicononclicklistener android api version 28 material library version 1 1 0 alpha10 error none of the follow function can be call with the argument supply public final fun setendicononclicklistener nullable p0 view unit unit define in com google android material textfield textinputlayout public open fun setendicononclicklistener nullable p0 view onclicklistener unit define in com google android material textfield textinputlayout |
materialcomponentsmaterialcomponentsandroid | datepicker null pointer exception in mobile date picker | Bug | description 1 launch material date picker in catalog picker demo launch material date picker 2 select any day in the view so that it s highlight 3 press the edit icon to switch to the textinput field 4 the textinput field should be populate with the select date 5 press the backspace key to erase the text 6 the app will immediately crash after erase the last character from the field expect behavior erase the last character in the textinput field should be erase source code java lang nullpointerexception attempt to invoke virtual method long java lang long longvalue on a null object reference at com google android material datepicker singledateselector 1 onvaliddate singledateselector java 113 at com google android material datepicker dateformattextwatcher ontextchange dateformattextwatcher java 64 android api version compilesdkversion 29 minsdkversion 14 targetsdkversion 27 material library version 1 1 0 alpha10 device samsung s8 and pixel 3 xl |
materialcomponentsmaterialcomponentsandroid | textinputlayout error message animation stop | Bug | description when set an error twice after a very short time the error message stop at some point and be not position correctly in my case a textwatcher be add an error message to the textinputlayout screen shoot 2019 09 17 at 16 28 58 expect behavior this be the normal behavior when not type 2 character too quickly screen shoot 2019 09 17 at 16 30 26 source code make a call like textinputlayout error context resource getstre r string invalid phone number twice in a row with only short delay the bug can be circumvent by check if textinputlayout iserrorenable before set the error android api version test on api 21 and 29 material library version 1 1 0 alpha10 device pixel 3 with android q emulator with android 5 |
materialcomponentsmaterialcomponentsandroid | library noclassdeffounderror | Bug | description since the alpha 9 include the app crash with this error java lang noclassdeffounderror fail resolution of landroidx localbroadcastmanager content localbroadcastmanager expect behavior screenshot and or description of expect behavior source code in my case I be use the altbeacon library when I start range beacon in region the app crash material library version 1 1 0 alpha09 to alpha10 device any that have ble support |
materialcomponentsmaterialcomponentsandroid | textinputlayout issue with talkback interaction | Bug | description I have be run into issue surround talkback accessibility and the error message with the textinputlayout when talkback test the accessibility of textinputlayout which surround a textinputedittext the textinputlayout be interact unusually with talkback announcement it announce the validation error message set on the text field whenever a character be be type or delete regardless of if the error be active or not expect behavior use textinputlayout in coordination with textinputedittext should be announce the character be type and delete in talkback instead of announce the error message of the text field it should only announce the error message once on the text field when it be valid not in multiple succession on any character addition or deletion screenshot here it would read invalid aisle multiple time as I type or delete a character source code the code snippet which be cause this issue please consider attach a minimal sample app that reproduce the issue layout be use android api version marshmallow material library version 1 1 0 alpha10 device device on which the bug be encounter here zebra tc51 to help we triage fast please check to make sure you be use the late version of the library we also happily accept pull request |
materialcomponentsmaterialcomponentsandroid | floatingactionbutton snackbar overlap fab when anchor to bottomnavigationview | Bug | description when fab be place above bottomnavigationview use layout insetedge on the bottomnavigationview show a snackbar anchor to bottomnavigationview be overlap the fab if this be the expect behaviour feel free to close it if anyone know how I can solve this issue I would appreciate let I know expect behavior fab to move above snackbar source code class mainactivity appcompatactivity override fun oncreate savedinstancestate bundle super oncreate savedinstancestate setcontentview r layout activity main fab setonclicklistener snackbar make root view hello world snackbar length long setanchorview r i d bottom navigation view show android api version 29 material library version 1 1 0 alpha10 device pixel 3 fab bug |
materialcomponentsmaterialcomponentsandroid | bottom appbar break fab animation when alignmentmode be end | Bug | description whenever fabalignmentmode be set to end and the animation be set to scale from 0 0 to 1 0 the translate animation from centre to the end also take place with the scale animation this be not an issue when the fabalignmentmode be set to center attach the gif below with both the mode expect behavior source code android api version test on 29 material library version test on 1 1 0 alpha10 and 1 1 0 alpha09 device xiaomi poco f1 |
materialcomponentsmaterialcomponentsandroid | theme theme enforcement error be too vague when upgrade from version 1 0 0 to version 1 1 0 alpha10 | Bug | description when I upgrade the material design project from version 1 0 0 stable to version 1 1 0 alpha10 the runtime of the application fail when I enter the the view take advantage of material design component expect behavior for the theme to not throw a validation error on a previously work project source code this project trigger compile problem simply by change which version of the material design library be use android api version 19 as per android 4 4 emulator and 26 as per android 8 0 emulator material library version 1 1 0 alpha 10 break version 1 0 0 stable work version device emulate device android 8 0 x86 device with google api s instal android 4 4 x86 device without google api s instal |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview no layout pass after keyboard show with bottomnavigationview and constraintlayout 2 0 0 beta02 | Bug | description when bottomnavigationview be use with constraintlayout 2 0 0 beta02 there be some weird behavior after show the keyboard with adjustresize input mode basically seem like layout pass don t happen when keyboard be hide and first layout only happen on some other layout trigger event this result in view be in weird place here s gif show the issue notice how the bottom navigation stay above the place it be at the beginning even when touching item once some item be click layout be trigger and the bottom navigation snap into place bnv bug expect behavior when keyboard be hide all view be place where they belong in the layout source code repository reproduce the issue please only look at loginactivity class I start with the default template and didn t delete all other irrelevant class additionally I believe this behavior have other implication like list not refreshing until scroll and newly push fragment not render I experience these on my daily project which I can t share and didn t have time to reproduce these issue in the trpto project yet android api version 24 and 28 probably irrelevant material library version 1 1 0 alpha10 constraint layout 2 0 0 beta2 with constraint layout 1 the issue doesn t reproduce device google play emulator api 28 other device too I consider this a major bug since it break essentially every screen on which keyboard will show I ve use adjustnothing soft input mode before but it s not appropriate on most of the screen |
materialcomponentsmaterialcomponentsandroid | textinputlayout hint text overlap outline when paddingtop be set | Bug | description textinputlayout with widget materialcomponent textinputlayout outlinedbox as style have overlap hint on the outline when paddingtop be use expect behavior expect actual behavior actual source code android api version android 10 29 material library version 1 1 0 alpha10 device google pixel 2 xl |
materialcomponentsmaterialcomponentsandroid | bottomappbar with floatingactionbutton programmatically non xml | Bug | hi I try to create a ui without use xml the fab isn t anchor correctly because it be show in the left side of the bottomappbar or be there something wrong with my code thank manif activity package com example myapplication import android annotation suppresslint import android graphic color import android os build import android os bundle import android view view import androidx annotation requiresapi import androidx appcompat app appcompatactivity import androidx appcompat view contextthemewrapper import androidx coordinatorlayout widget coordinatorlayout import com google android material bottomappbar bottomappbar import com google android material floatingactionbutton floatingactionbutton public class mainactivity extend appcompatactivity requiresapi api build version code jelly bean mr1 override protect void oncreate bundle savedinstancestate super oncreate null coordinatorlayout cl new coordinatorlayout this coordinatorlayout layoutparam clp new coordinatorlayout layoutparams coordinatorlayout layoutparams match parent coordinatorlayout layoutparam match parent cl setlayoutparam clp floatingactionbutton fab new floatingactionbutton this fab setimageresource android r drawable ic menu more fab setusecompatpadding true fab setcompatelevation 0f fab setlayoutparam clp bottomappbar bap new bottomappbar new contextthemewrapper this r style widget materialcomponent bottomappbar bap setlayoutparam clp bap setid view generateviewid coordinatorlayout layoutparam clpp coordinatorlayout layoutparams fab getlayoutparam clpp setanchorid bap getid fab setlayoutparam clpp bap getmenu add test bap addview fab bap setfabalignmentmode bottomappbar fab alignment mode center cl addview bap setcontentview cl |
materialcomponentsmaterialcomponentsandroid | materialcardview set edgetreatment on shapeappearancemodel of materialcardview hide the card view content | Bug | description add edgetreatment use setleftedge setrightedge settopedge setbottomedge setalledge on shapeappearancemodel of the materialcardview hide the content of that card view expect behavior expect actual behavior actual source code android api version android 10 29 material library version 1 1 0 alpha10 device google pixel 2 xl |
materialcomponentsmaterialcomponentsandroid | textinputlayout boxstrokecolor doesn t work with colorstatelist for a variety of state | Bug | description accord to the documentation we can change the box color of a textinputlayout use the attribute boxstrokecolor in truth unless this be define as a color selector this only alter the focused color it look usually ok on white background but it s really bad in dark background instead the focused color change and the non focused color stay the default which be default mtrl textinput default box stroke color disabled mtrl textinput disabled color hover mtrl textinput hovered box stroke color expect behavior the boxstrokecolor should be take and be use to generate defaultstrokecolor focusedstrokecolor hoveredstrokecolor and disabledcolor accord to anatomy source code android api version any we try on p q material library version 1 1 0 alpha10 device pixel 2 pixel 3 |
materialcomponentsmaterialcomponentsandroid | materialdatepicker set a start calendarconstraint break date display | Bug | description if I wish to constrain the datepicker to any time from today to 10 year ago I use the follow code val builder materialdatepicker builder datepicker val now zoneddatetime now toinstant toepochmilli val tenyearsago zoneddatetime now minusyear 10 toinstant toepochmilli builder setcalendarconstraint calendarconstraint builder setstart month create tenyearsago setend month create now build expect behavior while this do prevent a selection from before 2009 image it break the day in the current month by produce the following image september 2019 start on sunday so my guess be it be pull september day from 2009 now perhaps android api version 23 material library version 1 1 0 alpha10 device marshmallow emulator |
materialcomponentsmaterialcomponentsandroid | materialdatepicker npe after edittext become empty | Bug | description set the string to empty when use the materialdatepicker s manual input mode throw an npe java lang nullpointerexception attempt to invoke virtual method long java lang long longvalue on a null object reference at com google android material picker singledateselector 1 onvaliddate singledateselector java 103 at com google android material picker dateformattextwatcher ontextchange dateformattextwatcher java 63 at android widget textview sendontextchange textview java 9754 expect behavior it should handle the null value without any crash source code here s how I use it val datepicker materialdatepicker builder datepicker build datepicker addonpositivebuttonclicklistener log d test it tostre datepicker show requirefragmentmanager test android api version 29 material library version 1 1 0 alpha10 device emulator on api 28 |
materialcomponentsmaterialcomponentsandroid | textinputlayout error icon show even if error be disable | Bug | description I think commit introduce a bug where the error icon be show by default as long a erroricondrawable be define in the style call seterrorenable false doesn t seem to have any effect either from what I can tell I m not sure but I think perhaps seterroricondrawable be miss an error state check when it be call seterroriconvisible and that s why it s show by default since it s call from the constructor expect behavior I expect the error to not be show if I haven t explicitly enable the error by call seterrorenable true this be how it work in 1 1 0 alpha08 android api version 29 material library version 1 1 0 alpha10 |
materialcomponentsmaterialcomponentsandroid | textinputlayout hinttextappearance with textallcap doesn t work | Bug | description use with this style or use the textallcap doesn t work for the hint text it be not relate to the style of the textinputlayout also the filledbox style have the same behavior expect behavior hint text with all cap letter android api version android p q material library version 1 1 0 alpha10 |
materialcomponentsmaterialcomponentsandroid | menu listpopupwindow doesn t respect the elevation overlay | Bug | description listpopupwindow doesn t use any dynamic elevation overlay instead of this it use a absolute 11 alpha overlay so if the parent view already have elevation it doesn t respect that elevation screenshot 20190911 081823 expect behaviour listpopupwindow should use materialshapedrawable as background but listpopupwindow doesn t have any expose getelevation or setelevation method so we be unable to get the elevation value and can t implement proper background for listpopupwindow |
materialcomponentsmaterialcomponentsandroid | inconsistent share preference value after 1 1 0 alpha10 update | Bug | description I have ui structure activity1 activity2 fragment activity3 with flow savepref in activity1 getpref in activity2 start activity3 from fragment inside activity2 getprev everything be work as expect when I use |
materialcomponentsmaterialcomponentsandroid | textinputlayout typeface not apply for textinputlayout hint | Bug | when I try to set a font family in hinttextappearance it do not work be there any reason material library version material android library version 1 1 0 alpha10 |
materialcomponentsmaterialcomponentsandroid | tab make tab s view public | Bug | description material design study rally show the follow customize tablayout expect behavior customize the tab be only possible if the tab s view be public source code l1888 material library version 1 1 0 alpha10 |
materialcomponentsmaterialcomponentsandroid | bottomappbar eager padding set | Bug | description after update to new version throughout google s portfolio I m encounter issue which regard consume inset since the widget apply pad to itself to counteract the window s navigation and status area size take on the screen it do so in a very weird way if I m consume the inset the padding be implicitly set to 0 by the widget initialpadde be 0 incorrectly to which be add 0 as remainder of the consume inset correctly when I m not consume any inset the padding be set to 192 by the widget initialpadde be 96 incorrectly to which be add 96 as remainder of consume inset correctly I d speculate that this issue be partly cause by upstream library such as core or appcompat which might ve alter the logic behind the onapplywindowinsetslistener and its respective caller expect behavior the bab respect the initial padding set by other source and peek the remainder of systemwindowinset and add it to current padding if explicitly call for source code xml any bab in activity s root layout be have this issue so omit for brevity android api version 28 29 possibly any other as well material library version 1 1 0 alpha10 device emulator oneplus 6 t |
materialcomponentsmaterialcomponentsandroid | extendedfloatingactionbutton should not doge snackbar | Bug | accord to the material design guide line the extendedfloatingactionbutton should not doge a snackbar instead the snackbar should be show above the extendedfab see behavior l807 l809 |
materialcomponentsmaterialcomponentsandroid | action bar menu have black text on grey background | Bug | description when use the material dark theme action bar menu have black text on grey background screenshot 1567911872 this be imo the same bug as 384 and definitely a bug in the library itself expect behavior this be the behaviour when use theme appcompat screenshot 1567911944 source code all I do be create a sample app from the empty activity template in android studio 3 5 add mdc implementation com google android material material 1 1 0 alpha10 add a menu file change the theme to theme materialcomponent |
materialcomponentsmaterialcomponentsandroid | menus expose dropdown menu cut off in dialog | Bug | description when a a expose dropdown menu be display in a dialog part of it be cut off and be therefore unselectable expect behavior this be the high you can scroll screenshot 1567900652 source code java alertdialog builder builder new materialalertdialogbuilder context suppresslint inflateparam view layout inflater inflate r layout dialog name program null arrayadapter adapter arrayadapter createfromresource context r array file type android r layout simple spinner dropdown item spinner setadapter adapter xml android api version 28 material library version 1 1 0 alpha10 device android emulator I find this while transition my app to material component |
materialcomponentsmaterialcomponentsandroid | catalog app shape theme demo be crash | Bug | description the shape theme demo in the catalog app in the late release be crash both the main demo and additional demo be crash source code I ve try compile from source and the apk from the release asset as well both have the issue android api version android 9 0 material library version 1 1 0 alpha10 device nokia 6 1 plus |
materialcomponentsmaterialcomponentsandroid | datepicker landscape doen t have ok cancel button | Bug | description I can t see any ok cancel button in datepicker dialog in landscape image expect behavior see ok cancel button source code compile catalog demo android api version android 29 material library version 1 1 0 alpha10 device pixel 2 |
materialcomponentsmaterialcomponentsandroid | materialbutton textbutton setripplecolor not work on below api 21 | Bug | description I be try to set the ripple color programmatically by call the method setripplecolor with style widget materialcomponent button textbutton it be work fine with 1 1 0 alpha07 and currently it be also work for elevate button but not for the text button it just show the default primary color as define in the app theme source code I think it be happen after this commit material component material component android 36b760d2209e97999ab76b4885bfc20a7483e828 android api version api 16 17 18 19 pre lollipop material library version 1 1 0 alpha08 1 1 0 alpha09 1 1 0 alpha10 device android emulator api 16 17 |
materialcomponentsmaterialcomponentsandroid | textinputlayout not respect define color | Bug | description the textinputlayout do not respect define color I be use a fill text input layout but the float label underline and cursor color when focus be always the colorprimary even after try to change it I have try set the color of choice use colorcontrolactivate but it doesn t work android api version android api version 28 material library version material android library version1 1 0 alpha09 device samsung galaxy a52 |
materialcomponentsmaterialcomponentsandroid | textview floatingactionbutton app crash when coloraccent not specify | Bug | I switch one of my app to com google android material material 1 1 0 alpha09 and update the style however the app start to crash when I remove this from my style xml color coloraccent as per the logcat I realize that this code be make it crash and also this code I comment the above code to test each component I understand that I m suppose to use materialtextview however use material should not break my old textview s also I think the reason fab crash be because there be reference to coloraccent within it s codebase here s my logcat partial dump if it would help begin of crash 09 04 19 55 29 750 20113 20113 com acme e androidruntime fatal exception main process com acme pid 20113 java lang runtimeexception unable to start activity componentinfo com acme com acme mainactivity java lang unsupportedoperationexception fail to resolve attribute at index 6 typedvalue t 0x2 d 0x101009b a 1 at android app activitythread performlaunchactivity activitythread java 2452 at android app activitythread handlelaunchactivity activitythread java 2535 at android app activitythread access 900 activitythread java 155 at android app activitythread h handlemessage activitythread java 1380 at android os handler dispatchmessage handler java 102 at android os looper loop looper java 152 at android app activitythread main activitythread java 5497 at java lang reflect method invoke native method at com android internal os zygoteinit methodandargscaller run zygoteinit java 726 at com android internal os zygoteinit main zygoteinit java 616 cause by java lang unsupportedoperationexception fail to resolve attribute at index 6 typedvalue t 0x2 d 0x101009b a 1 at android content re typedarray getcolorstatelist typedarray java 482 at android widget textview textview java 753 at android widget textview textview java 674 at android widget textview textview java 670 at android widget textview textview java 666 at android widget toolbar settitle toolbar java 590 at com android internal widget toolbarwidgetwrapper settitleint toolbarwidgetwrapper java 262 at com android internal widget toolbarwidgetwrapper setwindowtitle toolbarwidgetwrapper java 244 at com android internal widget actionbaroverlaylayout setwindowtitle actionbaroverlaylayout java 669 at com android internal policy phonewindow settitle phonewindow java 504 at android app activity ontitlechanged activity java 5370 at android app activity onpostcreate activity java 1114 at android app instrumentation callactivityonpostcreate instrumentation java 1210 at android app activitythread performlaunchactivity activitythread java 2434 at android app activitythread handlelaunchactivity activitythread java 2535 at android app activitythread access 900 activitythread java 155 at android app activitythread h handlemessage activitythread java 1380 at android os handler dispatchmessage handler java 102 at android os looper loop looper java 152 at android app activitythread main activitythread java 5497 at java lang reflect method invoke native method at com android internal os zygoteinit methodandargscaller run zygoteinit java 726 at com android internal os zygoteinit main zygoteinit java 616 android api version api 19 material library version 1 1 0 alpha09 device oneplus 2 |
materialcomponentsmaterialcomponentsandroid | bottomappbar child view be go when keyboard be open | Bug | description bottomappbar s child view disappear if keyboard be open with activity s android windowsoftinputmode adjustresize option if you don t open keyboard then you can see green rect child view but if you open keyboard and activity be resize you can t see green rect child view and that view s height become 0 height expect behavior before keyboard open after keyboard open source code github a simple project of screenshot android api version 29 material library version 1 1 0 alpha09 device razer phone 2 to help we triage fast please check to make sure you be use the late version of the library we also happily accept pull request |
materialcomponentsmaterialcomponentsandroid | textinputlayout textinputlayout with autocompletetextview make app crash on recreate | Bug | when open a popupwindow use an autocompletetextview inside a textinputlayout and rotate the device afterwards therefore recreate the activity the application crash this be because show popupwindow s be not possible before the activity be visible however in its onrestoreinstancestate implementation the textinputlayout call endiconview performclick and make the autocompletetextview try to re open the popup which be the expect behaviour but do too early android api version 28 material library version 1 1 0 alpha09 device google pixel 2 stacktrace cause by android view windowmanager badtokenexception unable to add window token null be not valid be your activity run at android view viewrootimpl setview viewrootimpl java 765 at android view windowmanagerglobal addview windowmanagerglobal java 356 at android view windowmanagerimpl addview windowmanagerimpl java 93 at android widget popupwindow invokepopup popupwindow java 1433 at android widget popupwindow showasdropdown popupwindow java 1284 at android widget listpopupwindow show listpopupwindow java 695 at android widget autocompletetextview showdropdown autocompletetextview java 1217 at com google android material textfield dropdownmenuendicondelegate showhidedropdown dropdownmenuendicondelegate java 234 at com google android material textfield dropdownmenuendicondelegate access 400 dropdownmenuendicondelegate java 62 at com google android material textfield dropdownmenuendicondelegate 4 onclick dropdownmenuendicondelegate java 198 at android view view performclick view java 6294 at com google android material textfield textinputlayout onrestoreinstancestate textinputlayout java 2043 at android view view dispatchrestoreinstancestate view java 17706 at android view viewgroup dispatchrestoreinstancestate viewgroup java 3745 at com google android material textfield textinputlayout dispatchrestoreinstancestate textinputlayout java 2053 at android view viewgroup dispatchrestoreinstancestate viewgroup java 3751 at android view viewgroup dispatchrestoreinstancestate viewgroup java 3751 at android view viewgroup dispatchrestoreinstancestate viewgroup java 3751 at android view viewgroup dispatchrestoreinstancestate viewgroup java 3751 at android view viewgroup dispatchrestoreinstancestate viewgroup java 3751 at android view viewgroup dispatchrestoreinstancestate viewgroup java 3751 at android view view restorehierarchystate view java 17684 at com android internal policy phonewindow restorehierarchystate phonewindow java 2131 at android app activity onrestoreinstancestate activity java 1102 at android app activity performrestoreinstancestate activity java 1057 at android app instrumentation callactivityonrestoreinstancestate instrumentation java 1260 at android app activitythread performlaunchactivity activitythread java 2751 at android app activitythread handlelaunchactivity activitythread java 2856 at android app activitythread handlerelaunchactivity activitythread java 4699 at android app activitythread wrap18 unknown source 0 at android app activitythread h handlemessage activitythread java 1595 at android os handler dispatchmessage handler java 106 at android os looper loop looper java 164 at android app activitythread main activitythread java 6494 at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java 440 at com android internal os zygoteinit main zygoteinit java 807 |
materialcomponentsmaterialcomponentsandroid | navigationview hang and stop respond after androidx | Bug | description when I open activity that have a navigationview in it everything go black and hang and stay like that until I close the app no crash happen the app be work fine until I migrate to androidx use android studio source code that my navigationview even when I open new activity with that contain only navigation view use activity setcontentview r layout navigationview I also try to change the navigationview to that one and still have the same problem screen hang and nothing happen until I close the app android api version 29 material library version I try 1 0 0 1 1 0 alpha07 1 1 0 alpha08 1 1 0 alpha09 and I m use java 8 compileoption sourcecompatibility javaversion version 1 8 targetcompatibility javaversion version 1 8 device my android device huawei with emui 9 1 0 and virtual device with android q this be the full log from the start 2019 09 01 20 13 21 612 11621 11621 com novaplay chatunseen w setting set device provision have move from android provider setting secure to android provider setting global 2019 09 01 20 13 21 815 11621 11621 com novaplay chatunseen I viewrootimpl jank removeinvalidnode all the node in jank list be out of time 2019 09 01 20 13 21 818 11621 11621 com novaplay chatunseen d zrhung appeyeuiprobe stop checker 2019 09 01 20 13 21 833 11621 11621 com novaplay chatunseen w activitythread handlewindowvisibility no activity for token android os binderproxy dc86e7d 2019 09 01 20 13 21 839 11621 11621 com novaplay chatunseen d zrhung appeyeuiprobe notify runnable to start 2019 09 01 20 13 21 853 11621 11657 com novaplay chatunseen d fa log event fe user engagement e bundle firebase event origin o auto engagement time msec et 21200 firebase screen class sc splashactivity firebase screen i d si 9131331402901219724 2019 09 01 20 13 21 887 11621 11621 com novaplay chatunseen I hwphonewindow updatelayoutparamscolor false mspecialset false mforcednavigationbarcolor false navigationbarcolor 0 mnavbarshow false misfloate false 2019 09 01 20 13 21 888 11621 11621 com novaplay chatunseen I hwphonewindow updatelayoutparamscolor true mspecialset true mforcednavigationbarcolor false navigationbarcolor fffcfcfc mnavbarshow false misfloate false 2019 09 01 20 13 21 909 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 909 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 909 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 909 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 21 909 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller 5134304 com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 21 909 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 21 910 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 910 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 910 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 910 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 21 910 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller 5038b70 com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 21 910 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller 111a76e com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller 26dee9c com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 21 911 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 21 961 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller 1145221 android view contextthemewrapper c246c2b 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller 97ba007 android view contextthemewrapper c246c2b 2019 09 01 20 13 21 962 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 22 048 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 048 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 048 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 048 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 22 048 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller 2c17501 com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 22 048 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 22 049 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 049 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 049 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 049 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 22 049 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller a4f603d com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 22 049 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 22 171 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 172 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 172 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 172 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 22 172 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller dd35b59 com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 22 172 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 22 173 11621 11621 com novaplay chatunseen I fltag fm loadfeature class com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 173 11621 11621 com novaplay chatunseen I fltag sfm getrequireclassloader succ classname com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 173 11621 11621 com novaplay chatunseen d featurefactory loadfeature com huawei featurelayer systemfeature hwwidget ihwsplineoverscrollerex 2019 09 01 20 13 22 173 11621 11621 com novaplay chatunseen d featurefactory loadfeature new ihwsplineoverscrollerex 2019 09 01 20 13 22 173 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl para android widget overscroller splineoverscroller dd55415 com novaplay chatunseen main mainactivity 11d12be 2019 09 01 20 13 22 173 11621 11621 com novaplay chatunseen d hwsplineoverscrollereximpl initsplineoverscrollerimpl mscrollervelocity be 0 value be 0 2019 09 01 20 13 23 188 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 30156 709 kb allocspace object 0 0b los object 48 free 25 mb 49 mb pause 115us total 376 680ms 2019 09 01 20 13 25 312 11621 11660 com novaplay chatunseen d imonitor load library imonitor jni 2019 09 01 20 13 25 320 11621 11660 com novaplay chatunseen e zrhungimpl sendappfreezeevent fail 2019 09 01 20 13 25 619 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 5731 1423 kb allocspace object 7 3 mb los object 33 free 48 mb 72 mb pause 9 447m total 366 235ms 2019 09 01 20 13 27 965 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 367 501 kb allocspace object 0 0b los object 24 free 75 mb 99 mb pause 7 997ms total 349 629ms 2019 09 01 20 13 28 727 11621 11660 com novaplay chatunseen e zrhungimpl sendappfreezeevent fail 2019 09 01 20 13 30 375 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 1085 508 kb allocspace object 0 0b los object 19 free 102 mb 126 mb pause 8 824ms total 399 422ms 2019 09 01 20 13 32 787 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 297 485 kb allocspace object 0 0b los object 15 free 129 mb 153 mb pause 8 129ms total 415 590ms 2019 09 01 20 13 35 282 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 299 488 kb allocspace object 0 0b los object 13 free 157 mb 181 mb pause 7 813ms total 448 718m 2019 09 01 20 13 37 822 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 2656 596 kb allocspace object 0 0b los object 11 free 185 mb 209 mb pause 8 588m total 503 426ms 2019 09 01 20 13 40 321 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 898 576 kb allocspace object 0 0b los object 10 free 213 mb 237 mb pause 7 695ms total 491 625ms 2019 09 01 20 13 42 876 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 2762 589 kb allocspace object 0 0b los object 9 free 241 mb 265 mb pause 8 074ms total 528 395m 2019 09 01 20 13 45 170 11621 11650 com novaplay chatunseen I play chatunsee wait for a blocking gc profilesaver 2019 09 01 20 13 45 442 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 519 537 kb allocspace object 0 0b los object 8 free 270 mb 294 mb pause 8 363ms total 530 013ms 2019 09 01 20 13 45 443 11621 11650 com novaplay chatunseen I play chatunsee waitforgctocomplete block profilesaver on heaptrim for 272 538m 2019 09 01 20 13 48 039 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 1390 551 kb allocspace object 0 0b los object 7 free 300 mb 324 mb pause 8 503ms total 566 817m 2019 09 01 20 13 50 632 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 350 542 kb allocspace object 0 0b los object 6 free 329 mb 353 mb pause 8 376ms total 560 008m 2019 09 01 20 13 53 177 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 4264 648 kb allocspace object 0 0b los object 6 free 357 mb 381 mb pause 7 381ms total 571 845ms 2019 09 01 20 13 55 819 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 336 542 kb allocspace object 0 0b los object 5 free 387 mb 411 mb pause 7 786ms total 604 555ms 2019 09 01 20 13 58 454 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 1867 673 kb allocspace object 0 0b los object 5 free 416 mb 440 mb pause 7 083ms total 604 710ms 2019 09 01 20 14 01 045 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 2591 646 kb allocspace object 0 0b los object 5 free 446 mb 470 mb pause 8 514ms total 590 796ms 2019 09 01 20 14 03 682 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 1820 619 kb allocspace object 0 0b los object 4 free 475 mb 499 mb pause 7 535ms total 610 837m 2019 09 01 20 14 06 325 11621 11632 com novaplay chatunseen I play chatunsee clamp target gc heap from 529 mb to 512 mb 2019 09 01 20 14 06 325 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 351 543 kb allocspace object 0 0b los object 1 free 505 mb 512 mb pause 7 494ms total 636 569ms 2019 09 01 20 14 06 880 11621 11621 com novaplay chatunseen I play chatunsee wait for a blocking gc alloc 2019 09 01 20 14 07 342 11621 11632 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 07 342 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 165 269 kb allocspace object 0 0b los object 0 free 511 mb 512 mb pause 7 174ms total 519 289ms 2019 09 01 20 14 07 343 11621 11621 com novaplay chatunseen I play chatunsee waitforgctocomplete block alloc on heaptrim for 463 117m 2019 09 01 20 14 07 343 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 07 425 11621 11621 com novaplay chatunseen I play chatunsee wait for a blocking gc alloc 2019 09 01 20 14 07 805 11621 11632 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 07 805 11621 11632 com novaplay chatunseen I play chatunsee background concurrent copying gc free 7 464b allocspace object 0 0b los object 0 free 511 mb 512 mb pause 8 261ms total 461 386ms 2019 09 01 20 14 07 806 11621 11621 com novaplay chatunseen I play chatunsee waitforgctocomplete block alloc on heaptrim for 380 108m 2019 09 01 20 14 07 806 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 07 806 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 08 224 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 08 224 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 8 504b allocspace object 0 0b los object 0 free 511 mb 512 mb pause 66us total 418 089ms 2019 09 01 20 14 08 224 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 08 639 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 08 640 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 3 72b allocspace object 0 0b los object 0 free 511 mb 512 mb pause 60us total 414 945ms 2019 09 01 20 14 08 640 11621 11621 com novaplay chatunseen I play chatunsee force collection of softreference for 102 kb allocation 2019 09 01 20 14 08 640 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 09 207 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 09 207 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 8285 352 kb allocspace object 0 0b los object 0 free 511 mb 512 mb paused 61us total 566 573ms 2019 09 01 20 14 09 207 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 09 207 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 09 621 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 09 621 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 0 15 kb allocspace object 0 0b los object 0 free 511 mb 512 mb pause 391us total 413 826ms 2019 09 01 20 14 09 621 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 10 040 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 10 040 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 0 15 kb allocspace object 0 0b los object 0 free 511 mb 512 mb paused 80us total 418 546ms 2019 09 01 20 14 10 040 11621 11621 com novaplay chatunseen I play chatunsee force collection of softreference for 411 kb allocation 2019 09 01 20 14 10 040 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 10 593 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 10 593 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 9 16 kb allocspace object 0 0b los object 0 free 511 mb 512 mb paused 73us total 552 513ms 2019 09 01 20 14 10 593 11621 11632 com novaplay chatunseen I play chatunsee waitforgctocomplete block background on heaptrim for 2 786s 2019 09 01 20 14 10 596 11621 11621 com novaplay chatunseen w play chatunsee throw outofmemoryerror with vmsize 4821432 kb fail to allocate a 421520 byte allocation with 357024 free byte and 348 kb until oom max allow footprint 536870912 growth limit 536870912 2019 09 01 20 14 10 604 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 10 604 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 11 018 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 11 018 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 0 15 kb allocspace object 0 0b los object 0 free 511 mb 512 mb pause 58us total 413 271ms 2019 09 01 20 14 11 018 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 11 434 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 11 434 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 1 8b allocspace object 0 0b los object 0 free 511 mb 512 mb pause 69us total 416 031ms 2019 09 01 20 14 11 435 11621 11621 com novaplay chatunseen I play chatunsee force collection of softreference for 411 kb allocation 2019 09 01 20 14 11 435 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 11 986 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 11 986 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 6 160b allocspace object 0 0b los object 0 free 511 mb 512 mb pause 470u total 551 133ms 2019 09 01 20 14 11 986 11621 11632 com novaplay chatunseen I play chatunsee waitforgctocomplete block heaptrim on heaptrim for 661 100ms 2019 09 01 20 14 11 986 11621 11621 com novaplay chatunseen w play chatunsee throw outofmemoryerror with vmsize 4821432 kb fail to allocate a 421520 byte allocation with 251392 free byte and 245 kb until oom max allow footprint 536870912 growth limit 536870912 recursive case 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee main prio 5 tid 1 runnable 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee group main scount 0 dscount 0 flag 0 obj 0x76c31b30 self 0x7568015c00 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee systid 11621 nice 10 cgrp default sche 0 0 handle 0x75ee91f548 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee state r schedstat 50859971379 146534889 4704 utm 5015 stm 70 core 4 hz 100 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee stack 0x7ffc3b5000 0x7ffc3b7000 stacksize 8 mb 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee hold mutexe mutator lock share hold 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 00 pc 00000000003c7d4c system lib64 libart so art dumpnativestack std 1 basic ostream int backtracemap char const art artmethod void bool 220 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 01 pc 00000000004a5b64 system lib64 libart so art thread dumpstack std 1 basic ostream bool backtracemap bool const 352 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 02 pc 00000000004a167c system lib64 libart so art thread throwoutofmemoryerror char const 152 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 03 pc 00000000001f6b78 system lib64 libart so art gc heap throwoutofmemoryerror art thread unsigned long art gc allocatortype 632 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 04 pc 00000000001fe470 system lib64 libart so art gc heap allocateinternalwithgc art thread art gc allocatortype bool unsigned long unsigned long unsigned long unsigned long art objptr 8888 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 05 pc 0000000000146010 system lib64 libart so art mirror object art gc heap allocobjectwithallocator art thread art objptr unsigned long art gc allocatortype art mirror setlengthvisitor const 2880 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 06 pc 000000000011e89c system lib64 libart so art classlinker allocpointerarray art thread unsigned long 240 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 07 pc 000000000049ddfc system lib64 libart so art buildinternalstacktracevisitor init int 272 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 08 pc 000000000049dc50 system lib64 libart so jobject art thread createinternalstacktrace art scopedobjectaccessalreadyrunnable const const 260 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 09 pc 00000000003f6ce0 system lib64 libart so art throwable nativefillinstacktrace jnienv jclass 48 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 10 pc 0000000000143e20 system framework arm64 boot oat offset 13b000 java lang throwable nativefillinstacktrace 144 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 11 pc 000000000003a4c8 dev ashmem dalvik jit code cache delete java lang throwable fillinstacktrace 88 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 12 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 13 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 14 pc 0000000000283fa8 system lib64 libart so art interpreter artinterpretertocompiledcodebridge art thread art artmethod art shadowframe unsigned short art jvalue 344 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 15 pc 000000000027dfb0 system lib64 libart so bool art interpreter docall art artmethod art thread art shadowframe art instruction const unsigned short art jvalue 968 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 16 pc 000000000053ea98 system lib64 libart so mterpinvokevirtual 588 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 17 pc 0000000000561614 system lib64 libart so executemterpimpl 14228 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 18 pc 00000000000cd890 system framework boot vdex java lang throwable 30 2019 09 01 20 14 12 177 11621 11621 com novaplay chatunseen w play chatunsee native 19 pc 0000000000257cb4 system lib64 libart so zn3art11interpreterl7executeepns 6threaderkns 20codeitemdataaccessorerns 11shadowframeens 6jvalueeb llvm 4019025862 488 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 20 pc 000000000025d7a8 system lib64 libart so art interpreter artinterpretertointerpreterbridge art thread art codeitemdataaccessor const art shadowframe art jvalue 216 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 21 pc 000000000027df94 system lib64 libart so bool art interpreter docall art artmethod art thread art shadowframe art instruction const unsigned short art jvalue 940 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 22 pc 000000000053fdd8 system lib64 libart so mterpinvokedirect 296 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 23 pc 0000000000561714 system lib64 libart so executemterpimpl 14484 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 24 pc 00000000000c6588 system framework boot vdex java lang error 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 25 pc 0000000000257cb4 system lib64 libart so zn3art11interpreterl7executeepns 6threaderkns 20codeitemdataaccessorerns 11shadowframeens 6jvalueeb llvm 4019025862 488 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 26 pc 000000000025d7a8 system lib64 libart so art interpreter artinterpretertointerpreterbridge art thread art codeitemdataaccessor const art shadowframe art jvalue 216 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 27 pc 000000000027df94 system lib64 libart so bool art interpreter docall art artmethod art thread art shadowframe art instruction const unsigned short art jvalue 940 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 28 pc 000000000053fdd8 system lib64 libart so mterpinvokedirect 296 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 29 pc 0000000000561714 system lib64 libart so executemterpimpl 14484 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 30 pc 00000000000c3f62 system framework boot vdex java lang assertionerror 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 31 pc 0000000000257cb4 system lib64 libart so zn3art11interpreterl7executeepns 6threaderkns 20codeitemdataaccessorerns 11shadowframeens 6jvalueeb llvm 4019025862 488 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 32 pc 000000000025d7a8 system lib64 libart so art interpreter artinterpretertointerpreterbridge art thread art codeitemdataaccessor const art shadowframe art jvalue 216 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 33 pc 000000000027df94 system lib64 libart so bool art interpreter docall art artmethod art thread art shadowframe art instruction const unsigned short art jvalue 940 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 34 pc 000000000053fdd8 system lib64 libart so mterpinvokedirect 296 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 35 pc 0000000000561714 system lib64 libart so executemterpimpl 14484 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 36 pc 0000000000184746 system framework boot vdex java lang internalerror 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 37 pc 0000000000257cb4 system lib64 libart so zn3art11interpreterl7executeepns 6threaderkns 20codeitemdataaccessorerns 11shadowframeens 6jvalueeb llvm 4019025862 488 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 38 pc 000000000052aa88 system lib64 libart so artquicktointerpreterbridge 1020 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 39 pc 00000000005780fc system lib64 libart so art quick to interpreter bridge 92 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 40 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 41 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 42 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 43 pc 0000000000473c90 system lib64 libart so art invokewithjvalue art scopedobjectaccessalreadyrunnable const jobject jmethodid jvalue 408 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 44 pc 00000000004b009c system lib64 libart so art thread thrownewwrappedexception char const char const 1420 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 45 pc 00000000004a17c0 system lib64 libart so art thread throwoutofmemoryerror char const 476 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 46 pc 00000000001f6b78 system lib64 libart so art gc heap throwoutofmemoryerror art thread unsigned long art gc allocatortype 632 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 47 pc 00000000001fe470 system lib64 libart so art gc heap allocateinternalwithgc art thread art gc allocatortype bool unsigned long unsigned long unsigned long unsigned long art objptr 8888 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 48 pc 0000000000146010 system lib64 libart so art mirror object art gc heap allocobjectwithallocator art thread art objptr unsigned long art gc allocatortype art mirror setlengthvisitor const 2880 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 49 pc 000000000011e89c system lib64 libart so art classlinker allocpointerarray art thread unsigned long 240 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 50 pc 000000000049ddfc system lib64 libart so art buildinternalstacktracevisitor init int 272 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 51 pc 000000000049dc50 system lib64 libart so jobject art thread createinternalstacktrace art scopedobjectaccessalreadyrunnable const const 260 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 52 pc 00000000003f6ce0 system lib64 libart so art throwable nativefillinstacktrace jnienv jclass 48 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 53 pc 0000000000143e20 system framework arm64 boot oat offset 13b000 java lang throwable nativefillinstacktrace 144 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 54 pc 000000000003a4c8 dev ashmem dalvik jit code cache delete java lang throwable fillinstacktrace 88 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 55 pc 000000000003a95c dev ashmem dalvik jit code cache delete java lang throwable 156 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 56 pc 000000000003b300 dev ashmem dalvik jit code cache delete java lang exception 48 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 57 pc 000000000003b390 dev ashmem dalvik jit code cache delete java lang runtimeexception 48 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 58 pc 000000000003abf0 dev ashmem dalvik jit code cache delete android view inflateexception 48 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 59 pc 00000000000209d0 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 1600 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 60 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 61 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 62 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 63 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 64 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 65 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 66 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 67 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 68 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 69 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 70 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 71 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 72 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 73 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 74 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 75 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 76 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 77 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 78 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 79 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 80 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 81 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 82 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 83 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 84 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 85 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 86 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 87 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 88 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 89 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 90 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 91 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 92 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 93 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 94 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 95 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 96 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 97 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 98 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 99 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 100 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 101 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 102 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 103 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 104 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 105 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 106 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 107 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 108 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 109 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 110 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 111 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 112 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 113 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 114 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 115 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 116 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 117 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 118 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 119 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 120 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 121 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 122 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 123 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 124 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 125 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 126 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 127 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 128 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 129 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 130 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 131 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 132 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 133 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 134 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 135 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 136 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 137 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 138 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 139 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 140 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 141 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 142 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 143 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 144 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 145 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 146 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 147 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 148 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 149 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 150 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 151 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 152 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 153 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 154 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 155 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 156 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 157 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 158 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 159 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 160 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 161 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 162 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 163 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 164 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 165 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 166 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 167 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 168 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 169 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 170 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 171 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 172 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 173 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 174 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 175 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 176 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 177 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 178 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 179 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 180 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 181 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 182 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 183 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 184 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 185 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 186 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 187 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 188 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 189 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 190 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 191 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 192 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 193 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 194 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 195 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 196 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 197 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 198 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 199 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 200 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 201 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 202 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 203 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 204 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 205 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 206 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 207 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 208 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 178 11621 11621 com novaplay chatunseen w play chatunsee native 209 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 210 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 211 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 212 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 213 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 214 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 215 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 216 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 217 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 218 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 219 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 220 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 221 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 222 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 223 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 224 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 225 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 226 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 227 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 228 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 229 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 230 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 231 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 232 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 233 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 234 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 235 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 236 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 237 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 238 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 239 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 240 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 241 pc 0000000000033708 dev ashmem dalvik jit code cache delete com google android material internal navigationmenupresenter getmenuview 104 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 242 pc 0000000000026fc4 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 1396 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 243 pc 000000000002dae8 dev ashmem dalvik jit code cache delete com google android material navigation navigationview 72 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 244 pc 000000000056ef88 system lib64 libart so art quick invoke stub 584 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 245 pc 00000000000d4204 system lib64 libart so art artmethod invoke art thread unsigned int unsigned int art jvalue char const 200 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 246 pc 0000000000472fd4 system lib64 libart so art anonymous namespace invokewithargarray art scopedobjectaccessalreadyrunnable const art artmethod art anonymous namespace argarray art jvalue char const 104 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 247 pc 0000000000474a28 system lib64 libart so art invokemethod art scopedobjectaccessalreadyrunnable const jobject jobject jobject unsigned long 1440 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 248 pc 00000000003f8ad0 system lib64 libart so art constructor newinstance0 jnienv jobject jobjectarray 496 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 249 pc 0000000000143678 system framework arm64 boot oat offset 13b000 java lang string concat dedupe 152 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 250 pc 00000000000243dc dev ashmem dalvik jit code cache delete java lang reflect constructor newinstance 60 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 251 pc 000000000002c7f8 dev ashmem dalvik jit code cache delete android view layoutinflater createview 1656 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 252 pc 0000000000021140 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 960 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 253 pc 000000000002e694 dev ashmem dalvik jit code cache delete android view layoutinflater createviewfromtag 68 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 254 pc 00000000000205cc dev ashmem dalvik jit code cache delete android view layoutinflater inflate 572 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee native 255 pc 000000000002e500 dev ashmem dalvik jit code cache delete android view layoutinflater inflate 176 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at java lang throwable nativefillinstacktrace native method 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at java lang throwable fillinstacktrace throwable java 775 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at java lang throwable throwable java 258 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at java lang error error java 70 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at java lang virtualmachineerror virtualmachineerror java 53 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 179 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 180 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 181 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 181 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 181 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 181 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 181 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 181 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 181 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 185 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 185 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 186 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 187 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 187 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 187 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 188 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 188 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 188 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 189 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 191 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 191 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 192 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 192 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 192 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 193 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 193 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 193 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 193 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 194 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 194 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 194 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 195 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 195 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 195 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 196 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 196 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 196 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 196 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 196 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 197 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 197 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 197 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 197 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 200 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 200 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 201 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 201 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 202 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 202 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 202 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 203 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 203 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 203 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 203 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 203 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 204 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 204 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 204 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 205 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 205 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 206 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 206 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 206 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 206 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 207 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 207 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 207 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 208 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 208 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 208 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 208 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 208 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 208 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 209 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 210 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 211 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 212 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 212 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 212 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 212 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 212 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 212 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 212 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 213 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 213 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 213 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 213 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 213 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 214 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 214 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 214 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 214 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 215 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 215 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 215 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 215 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 215 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 215 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 216 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 216 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 216 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 216 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 217 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 218 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 218 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 218 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen I chatty uid 10439 com novaplay chatunseen identical 1 line 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 219 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 220 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 220 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 220 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 220 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 220 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 220 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 221 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 221 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 221 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 221 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 221 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 222 11621 11621 com novaplay chatunseen I chatty uid 10439 com novaplay chatunseen identical 1 line 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 223 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen I chatty uid 10439 com novaplay chatunseen identical 1 line 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 224 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 230 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 231 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 231 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 231 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 231 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 231 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 231 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 231 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 232 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 233 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 234 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 234 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 234 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 234 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 237 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 237 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 237 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 238 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 238 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 238 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 239 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 239 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 242 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 242 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 242 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 242 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 242 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 242 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 243 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 243 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 243 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 243 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 243 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 243 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 243 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 244 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 244 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 244 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 244 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 244 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 244 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 245 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 245 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 245 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 245 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 245 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 246 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 246 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 246 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 246 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 246 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 246 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 246 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 247 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 248 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 248 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 248 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 248 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 249 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 249 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 249 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 250 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 251 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 252 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 252 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 252 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 252 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 252 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 252 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 253 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 253 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 254 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 254 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 255 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 256 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 257 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 258 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 258 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 258 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 258 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 259 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 260 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 261 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 262 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 263 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 264 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 264 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 266 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 266 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 266 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 266 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 266 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 267 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 267 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 267 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 267 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 267 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 267 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 267 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 268 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 268 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 268 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 268 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 269 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 269 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 269 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 269 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 269 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 269 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 269 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 270 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 271 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 271 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 271 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 271 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 272 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 272 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 272 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 272 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 272 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 272 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 272 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 273 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen I chatty uid 10439 com novaplay chatunseen identical 1 line 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 274 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 276 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 276 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 276 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 277 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 277 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 277 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 277 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 277 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 277 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 277 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 278 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 278 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 278 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 278 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 278 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 278 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 279 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 279 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 279 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 279 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 279 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 279 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 280 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 280 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 282 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 282 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 282 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 282 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 282 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 282 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 282 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 283 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 283 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 283 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 283 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 283 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 284 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 289 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 289 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 289 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 289 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 289 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 289 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 289 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 290 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 290 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 290 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 290 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 290 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen I chatty uid 10439 com novaplay chatunseen identical 1 line 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 291 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 292 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 292 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 292 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 292 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 292 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 292 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 292 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 293 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 294 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 295 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 296 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 297 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 297 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 297 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 301 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 301 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 301 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 301 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 301 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 301 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 302 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 303 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 303 11621 11621 com novaplay chatunseen I chatty uid 10439 com novaplay chatunseen identical 1 line 2019 09 01 20 14 12 303 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 303 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 303 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 303 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 303 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 304 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 305 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 305 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 305 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 305 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 306 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 307 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 308 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 308 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 308 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 308 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 309 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 309 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 309 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 309 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 309 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 309 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 310 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 311 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 311 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 311 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 311 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 311 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 311 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 311 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 315 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 316 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 316 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 316 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 316 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 316 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 316 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 316 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 317 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 317 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 317 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 317 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 317 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 317 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 317 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 318 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 319 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 319 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 320 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 320 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 321 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 322 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 323 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 323 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 323 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 324 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 324 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 324 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 324 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 324 11621 11621 com novaplay chatunseen I chatty uid 10439 com novaplay chatunseen identical 1 line 2019 09 01 20 14 12 324 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 325 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 325 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 325 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 325 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 325 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 326 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 326 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 326 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 326 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 326 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 326 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 327 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 328 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 328 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 328 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 328 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 328 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 328 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 329 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 329 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 329 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 329 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 329 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 329 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 330 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 331 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 331 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 335 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 335 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 335 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 335 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 335 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 335 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 335 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 336 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 336 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 336 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 186 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 337 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 338 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 338 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 801 2019 09 01 20 14 12 338 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 338 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 338 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 338 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createview layoutinflater java 658 2019 09 01 20 14 12 338 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 492 2019 09 01 20 14 12 339 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 339 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 339 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater createviewfromtag layoutinflater java 741 2019 09 01 20 14 12 339 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance constructor java 343 2019 09 01 20 14 12 339 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 339 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 339 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 340 11621 11621 com novaplay chatunseen w play chatunsee at java lang reflect constructor newinstance0 native method 2019 09 01 20 14 12 340 11621 11621 com novaplay chatunseen w play chatunsee at com google android material navigation navigationview navigationview java 104 2019 09 01 20 14 12 340 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 340 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 340 11621 11621 com novaplay chatunseen w play chatunsee at android view layoutinflater inflate layoutinflater java 423 2019 09 01 20 14 12 340 11621 11621 com novaplay chatunseen w play chatunsee at com google android material internal navigationmenupresenter getmenuview navigationmenupresenter java 99 2019 09 01 20 14 12 341 11621 11621 com novaplay chatunseen w play chatunsee at com novaplay chatunseen main mainactivity oncreate mainactivity java 104 2019 09 01 20 14 12 341 11621 11621 com novaplay chatunseen w play chatunsee at android app activitythread performlaunchactivity activitythread java 3409 2019 09 01 20 14 12 341 11621 11621 com novaplay chatunseen w play chatunsee at android app servertransaction launchactivityitem execute launchactivityitem java 86 2019 09 01 20 14 12 341 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 12 341 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc 2019 09 01 20 14 12 759 11621 11621 com novaplay chatunseen I play chatunsee clamp target gc heap from 535 mb to 512 mb 2019 09 01 20 14 12 759 11621 11621 com novaplay chatunseen I play chatunsee alloc concurrent copying gc free 0 0b allocspace object 0 0b los object 0 free 511 mb 512 mb pause 89us total 417 969ms 2019 09 01 20 14 12 759 11621 11621 com novaplay chatunseen I play chatunsee start a blocking gc alloc |
materialcomponentsmaterialcomponentsandroid | textinputedittext textinputedittext make viewpager render blank page | Bug | description I have a viewpager with fragment render linearlayout I change the linearlayout content with addview and removeview after a textinputedittext get focus in any activity or fragment and the soft keyboard appear addview do not add view to the linearlayout android api version test on api 25 and api 28 material library version test on 1 0 0 and 1 1 0 alpha09 device galaxy nexus api 28 emulator nexus 10 api 28 emulator vernee thor api 25 device |
materialcomponentsmaterialcomponentsandroid | materialcardview invisible cardview s body when long press on bottomnavigationview s item | Bug | description device 2019 08 30 195219 this be a simple app with material bottomnavigationview material cardview with an imageview in its body imageview after long press one of bottomnavigationview s item body of cardview become invisible I test it with 2 device android oreo and p and only in android p this bug occur device 2019 08 30 195331 source code android api version 28 material library version 1 1 0 alpha9 device google pixel 3xl android p genymotion device |
materialcomponentsmaterialcomponentsandroid | checkbox ripple should be the opposite color when press | Bug | the default behavior of an android ripple component be when a check box be check the ripple be gray when a check box be clear the ripple be blue the expect behavior be when the user be activate an action the color must be the activator color blue and when the user be deactivate an action the color must be gray material design show the follow video with the second behavior which behavior from ux view be correct the default of the component or the video |
materialcomponentsmaterialcomponentsandroid | materialcomponent theme wrong color for sub menu arrow | Bug | description I ve edit the catalog app to add a submenu to popup menu xml in night mode the sub menu arrow display with a correct color but in day mode it appear in white over the white background screenshot 20190830 120430 material component catalog screenshot 20190830 120442 material component catalog expect behavior the arrow should have a color that contrast with the background android api version android api 28 material library version late commit d6973405b01234336965baf2e14c99f3a0d98b90 of catalog app device galaxy s9 |
materialcomponentsmaterialcomponentsandroid | gradle warning on project configuration | Bug | description agp spam with warn the option set android enableunittestbinaryresource true be experimental and unsupported the current default be false expect behavior no warning spam during project configuration step source code android gradle plugin itself |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview crash when bundle bottomnavigationview | Bug | description crashlytic be report multiple instance follow error which point a bug at the bottom navigation view I haven t nail down the issue look through the source code it seem you be make the class loader correctly I m unsure of all the state that be be manage here or if there be a state where a parcelable will store a null but will keep dig in the mean time hope someone with insight could help I figure this out we will be disable the save functionality of the bottom nav bar in the mean time fatal exception android os badparcelableexception classnotfoundexception when unmarshalle com google android material bottomnavigation bottomnavigationview savedstate at android os parcel readparcelablecreator 2855 parcel java 2855 at android os parcel readparcelable 2781 parcel java 2781 at android os parcel readvalue 2684 parcel java 2684 at android os parcel readsparsearrayinternal 3134 parcel java 3134 at android os parcel readsparsearray 2367 parcel java 2367 at android os parcel readvalue 2741 parcel java 2741 at android os parcel readarraymapinternal 3053 parcel java 3053 at android os basebundle initializefromparcellocke 288 basebundle java 288 at android os basebundle unparcel 232 basebundle java 232 at android os bundle getsparseparcelablearray 1010 bundle java 1010 at com android internal policy phonewindow restorehierarchystate 2204 phonewindow java 2204 at android app activity onrestoreinstancestate 1204 activity java 1204 at android app activity performrestoreinstancestate 1159 activity java 1159 at android app instrumentation callactivityonrestoreinstancestate 1317 instrumentation java 1317 at android app activitythread handlestartactivity 3215 activitythread java 3215 at android app servertransaction transactionexecutor performlifecyclesequence 185 transactionexecutor java 185 at android app servertransaction transactionexecutor cycletopath 170 transactionexecutor java 170 at android app servertransaction transactionexecutor executelifecyclestate 147 transactionexecutor java 147 at android app servertransaction transactionexecutor execute 73 transactionexecutor java 73 at android app activitythread h handlemessage 2038 activitythread java 2038 at android os handler dispatchmessage 106 handler java 106 at android os looper loop 226 looper java 226 at android app activitythread main 7183 activitythread java 7183 at java lang reflect method invoke method java at com android internal os runtimeinit methodandargscaller run 576 runtimeinit java 576 expect behavior if the material design component be save state for performance reason there shouldn t be a reason that the state should cause a crash through normal lifecycle event source code we aren t do anything advance here in our activity we be use the binding to simply set up with nav controller bottomnavigationview bind bottomnavigation val navcontroller navigation findnavcontroller this r i d team nav fragment bottomnavigationview setupwithnavcontroller navcontroller in our xml android api version android 9 pie api 28 material library version 1 1 0 alpha03 device pixel 3 |
materialcomponentsmaterialcomponentsandroid | datepicker wrong select date text show when select early date | Bug | description when you select date the date text would show in the select date area like aug 29 2019 but if you select an early date for example 1900 01 05 the date text will be jan 4 1900 which be a wrong text expect behavior select 1900 01 05 and show the text jan 5 1900 source code use the official demo android api version android p material library version 1 1 0 alpha09 device oppo r15 |
materialcomponentsmaterialcomponentsandroid | materialcardview high memory usage on materialshapedrawable | Bug | description oom exception will happen when use materialcardview which use materialshapedrawable under the hood on low api level device have this issue be address in the late alpha09 version here be the correspond issue in the issuetracker expect behavior no oom android api version api 19 material library version 1 1 0 alpha09 device lg g2 |
materialcomponentsmaterialcomponentsandroid | materialdatepicker crash when not use viewinflaterclass in the theme | Bug | description in my theme I have viewinflaterclass set to the appcompatlayoutinflater so I m not get automatic conversion to materialbutton for button in my xml when try to use materialdatepicker it crash on show the dialog with the follow error java lang classcastexception androidx appcompat widget appcompatbutton can not be cast to com google android material button materialbutton at com google android material picker materialdatepicker oncreateview materialdatepicker java 188 at androidx fragment app fragment performcreateview fragment java 2595 at androidx fragment app fragmentmanagerimpl movetostate fragmentmanagerimpl java 881 at androidx fragment app fragmentmanagerimpl movefragmenttoexpectedstate fragmentmanagerimpl java 1238 at androidx fragment app fragmentmanagerimpl movetostate fragmentmanagerimpl java 1303 at androidx fragment app backstackrecord executeops backstackrecord java 439 this happen because the internal layout that the date picker use like mtrl picker action reference button in their layout and assume that these be replace by materialbutton at runtime since these layout be use internally they should probably use reference to materialbutton directly expect behavior no crash when show the dialog source code easy to reproduce when change viewinflaterclass in the theme to anything but the default in the material theme but please let I know if you need a sample to reproduce android api version not specific to an api version material library version 1 1 0 alpha09 device device on which the bug be encounter here all |
materialcomponentsmaterialcomponentsandroid | materialcardview cardview will not shrink after first measure | Bug | description we try to use a clickable card view in a gridlayout but on compat device the card view be not scale properly this be because the underlie framelayout take the foreground drawable into account when measure the current behavior be as follow 1 we have a gridlayout with clickable card view the card view have a width of 0 dp to distribute the space evenly 2 in the first measure the card view be really high because the textview in the card view don t have enough space 3 after the first measure the card view helper set the inset of the clickableforegrounddrawable check icon layer to match the measured width and height 4 the grid layout measure all view again because it now know the exact width each column should be the textview in the card view now have enough width to fit inside the card in a single line 5 in the second onmeasure the cardview now take the foreground drawable into account which have a minimum height due to the inset of the check icon layer due to this the card view can never shrink expect behavior in onmeasure the cardview should not take the clickableforegrounddrawable into account source code if I set the foreground drawable of the card view to null after oncreate the card get the correct height android api version test on level 19 and 23 and occur on both device material library version 1 1 0 alpha09 device motorola tc 55 and samsung sm 903f |
materialcomponentsmaterialcomponentsandroid | doc out of date reference in get start | Bug | description the getting start page refer to the android p preview which have not exist in a year expect behavior that compile your app with android p should be recast as compile your app with android 9 with the p reference remove or update thank for consider this |
materialcomponentsmaterialcomponentsandroid | bottomappbar bug with floatingactionbutton | Bug | the bottomappbar with fab be in a fragment click fab then start another fragment with a edittext view inside I click it and the soft keyboard show when return to the fragment with bottomappbar inside I find that the fab have be translatey about 3 or 4 dp positive after second it suddenly go back to the original place long the keyboard stay more time the fab take to go back to it s place phone huawei honor v9 sdk version 28 library version 1 1 0 alpha09 |
materialcomponentsmaterialcomponentsandroid | materialbutton icon animate selector doesn t play if set text | Bug | description if an animate state selector be use as the icon on the materialbutton then the animation will play between state but only if not also set the text on the button or anything that trigger updateiconposition expect behavior the animation of the icon should play whether or not the text be set this be the behaviour of appcompatbutton button source code attach sample app demonstrate the issue issue zip android api version 28 material library version 1 1 0 alpha09 device emulator |
materialcomponentsmaterialcomponentsandroid | bottomnavigationview switch tab will blink on target 29 | Bug | description bottomnavigationview set labelvisibilitymode be auto or label and set build target sdk to 29 switch tab will cause text blink expect behavior text show normal when switch tab source code the code snippet which be cause this issue seem android 29 cause setvisibility not smooth bottomnavigationitemview java if check setviewlayoutparam icon int defaultmargin shiftamount gravity center horizontal gravity top setviewvalue largelabel 1f 1f visible setviewvalue smalllabel scaleupfactor scaleupfactor invisible else setviewlayoutparams icon defaultmargin gravity center horizontal gravity top setviewvalue largelabel scaledownfactor scaledownfactor invisible setviewvalue smalllabel 1f 1f visible android api version minimun 27 target 29 android emulator 29 material library version com google android material material 1 1 0 alpha09 device device pixel 3xl emulator |
materialcomponentsmaterialcomponentsandroid | textinputlayout hiding already hide error cause helper text to be hide | Bug | description call textinputlayout seterror null without check textinputlayout geterror for null will cause the helper text to show only for a brief amount of time 1s before disappear again expect behavior call textinputlayout seterror null consecutively be expect to only hide the error only and not the helper text as well source code java final textinputlayout inputlayout findviewbyid r i d input email inputlayout sethelpertext email inputlayout seterror email require inputlayout seterror null inputlayout seterror null android api version 28 material library version 1 1 0 alpha09 device asus zenfone max pro m1 |
materialcomponentsmaterialcomponentsandroid | dark theme system define default font size not respect in dark theme | Bug | when switch to dark theme the font size all textview be not adjust accord to the system default font size step to reproduce step 1 go into system setting display and change the font size to be the large size step 2 go to app current in light mode font size be reflect in ui correctly respect the enlarged default font size set in system setting step 3 call appcompatdelegate setdefaultnightmode appcompatdelegate mode night yes step 4 observe that the font size be not the correct size as per system setting the size be the size set in the display setting expect behavior font size should be the same as in light theme source code appcompatdelegate setdefaultnightmode android api version android 7 1 1 api level 25 material library version 1 1 0 alpha09 device asus zenfone 2 andorid 5 0 nexus 6 android 7 1 1 nexus 5 android 6 0 1 remark I do not know if this be an androidx appcompat issue or a material component issue I have file a similiar bug report here |
materialcomponentsmaterialcomponentsandroid | elevation dark theme documentation should mention materialshapeutil setparentabsoluteelevation somewhere | Bug | in order to support elevation overlay in custom view you need to override onattachedtowindow and call materialshapeutil setparentabsoluteelevation this however none of the documentation currently mention that you need to do this all of the custom mdc view do this I e materialtoolbar l77 l82 this bug be somewhat related to this bug as well |
materialcomponentsmaterialcomponentsandroid | collapsingtoolbarlayout wrong height for wrap content while child have fitsystemwindow set to true | Bug | description at onmeasure in collapsingtoolbarlayout it add topinset to the measured height which can be unnecessary and cause a gap to appear at the bottom if child have fitsystemwindow set to true imageview with fitsystemwindow false screenshot 1565883605 imageview with fitsystemwindow true screenshot 1565883585 expect behavior view height should be measure consider fitsystemwindow of child screenshot 1565884922 source code android api version 28 material library version 1 1 0 alpha09 device pixel 2 xl pixel 2 emulator |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.