GithubHelp home page GithubHelp logo

Comments (10)

j-ds-au avatar j-ds-au commented on May 27, 2024

Oh, and the Downloaded list also doesn't show anything after a successful download.

from skytubelegacy.

drogga avatar drogga commented on May 27, 2024

Also on such old OS versions, the ReturnYouTubeDislike doesn't work, nor the SponsorBlock much either, I don't believe it's the Legacy's fault, but of the APIs\RYTD site that uses new network protocols, like TLS 1.3 only\exclusively and not <1.2, so in order to work Android 4.4\5.0+ is needed.

IDK why the Try newer Video formats is a enabled by default in the Legacy, as it makes no sense to be here on the Legacy build, as option > maybe (not that anyone can play with it anything on <4.4, which at this point you should use the other repo and its builds if you have 4.4 KitKat and newer), but certainly not enabled.

I just realized that there's also something wrong \ messed up with the Legacy v2.987 (or even older, like the previous ver., which I skipped) and the immersive mode when doing a clean install, because I didn't much used the gestures in the past 3 versions, like the double tap to Play\Pause, swipe for Volume or Backward\Forward, or even the ones for the description or comments on the Legacy, but apparently now the gestures only work if the Status Bar is shown, which is strange and very annoying, previously it showed-up only if I tap on the screen, along with media controls (Backward, Play\Pause, Forward and the seek\progress bar, etc.) but now with a single\double tap or a swipe, the Status Bar gets displayed instead, see I always had certain similar problems on other devices with hardware navigation buttons for Recent, Home & Back (not the software ones on the screen - a.k.a. "NavBar"), where first the status bar shows up and then the rest of the elements and in most cases there is a white strap\line on the bottom, instead of the seek \ progress bar, but after ~2 sec it shows up and sometimes the write strap stays, sometimes disappears by itself or when I tap more times, but it was never that bad and the gestures always worked with a swipe, without registering it as a tap or \ and showing the StatusBar or the UI elements, but that white bar\strap and not showing all the on-screen elements with a single tap issue happens on an HTC 10 with Android 8 and the non-Legacy Oss one.

I decided to share this information, even tho I don't think that @gzsombor will even read this, let alone try to fix the issues, or anyone else for that matter, as it seems like no one that can code in Java\Kotlin cares about this app\project unfortunately...

OP, you should try to grab the crash log, I use Scoop by TacoTheDank, so install, "activate" it and paste the LogCat here if you want, else no-one can figure out why is crashing on only one of your devices while using the search functionality, try also the Extra flavor.

Correction: I use Scoop on A.8.0.0 and newer, not on older OS version, because it might require A.5.0+, but it actually doesn't capture anything there, at least on SGS4, on SGS3 with A.4.3 I actually use LogCat Extreme Pro [4.0+] and filter by app, so I don't "capture" unnecessary\unrelated logs.

from skytubelegacy.

noskill24 avatar noskill24 commented on May 27, 2024

Also 2.987 crashes when I open video-comments. On 2.986 an error occurs...

Setup of most broken installation :
Android version: 4.4
App Version: v. 2.987
App Flavour: Legacy

from skytubelegacy.

j-ds-au avatar j-ds-au commented on May 27, 2024

Well, I've done a bunch more testing with 2.985 OSS (f-droid), 2.986 OSS (f-droid) and 2.987 OSS (github),

The broken Bookmark issue definitely is with 2.987 and affects both my devices. I assume the missing Download list is likewise, but didn't test it (as I rarely download anyway).

However, the Search crash is more complicated. I'm 99% sure it used to work fine on both devices, yet now all three versions of SkyTube Legacy have the same crash on my GT-P5100 with Android 4.2.2. But the crash actually doesn't happen on the first search after installation or after clearing the app data via the App Manager, only on subsequent searches. Interestingly, the Enter URL dialogue which also brings up the keyboard for text input, works just fine, no crash. Search has a history though, so maybe this crash relates somehow to that feature? Anyway, I don't know of anything that's changed on this device recently such that all three versions of SkyTube Legacy now crash using the Search function.

I did download the Scoop app to help diagnose the crash issue, but sadly, this now requires Android 5.0 or higher. I couldn't locate a previous version that supports Android 4.0+, though that's apparently what this app originally did. So after much trial and error (other methods researched on the 'net didn't work), I figured I could get some kind of debugging information using :
adb shell bugreport > C:\Temp\bugreport.log

Now I just need to sift through this 6.5MB file to see if it has anything useful regarding this crash event ...

Joe.

from skytubelegacy.

drogga avatar drogga commented on May 27, 2024

@j-ds-au apologies\sorry for the confusion, I've edited my comment above, look for the "correction" text at the end.
I use LogCat Extreme Pro on older devices (with root access).

Scoop was originally an Xposed Module by another dev., fortunately TacoTheDank forked it and made it standalone, unfortunately it has issues and it's completely useless and not even installable on such "ancient" OS vers.

from skytubelegacy.

j-ds-au avatar j-ds-au commented on May 27, 2024

Thanks, drogga.

As none of my present devices are rooted, LogCat Extreme Pro isn't an option at this time. However, I did manage to extract the events from the log, of around the time of the last crash, below.

Bug report log extract (spoiler toggle)


08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: getSharedPreferences
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: org.xmlpull.v1.XmlPullParserException: expected: '>' actual: '~' (position:END_TAG @83:74 in java.io.InputStreamReader@42237928)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at org.kxml2.io.KXmlParser.checkRelaxed(KXmlParser.java:302)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at org.kxml2.io.KXmlParser.read(KXmlParser.java:1426)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at org.kxml2.io.KXmlParser.readEndTag(KXmlParser.java:955)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at org.kxml2.io.KXmlParser.next(KXmlParser.java:372)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at org.kxml2.io.KXmlParser.next(KXmlParser.java:310)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at com.android.internal.util.XmlUtils.readThisValueXml(XmlUtils.java:785)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at com.android.internal.util.XmlUtils.readThisMapXml(XmlUtils.java:563)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at com.android.internal.util.XmlUtils.readThisValueXml(XmlUtils.java:821)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at com.android.internal.util.XmlUtils.readValueXml(XmlUtils.java:755)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at com.android.internal.util.XmlUtils.readMapXml(XmlUtils.java:494)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at android.app.SharedPreferencesImpl.loadFromDiskLocked(SharedPreferencesImpl.java:120)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at android.app.SharedPreferencesImpl.access$000(SharedPreferencesImpl.java:52)
08-22 16:02:28.923 6854 6905 W SharedPreferencesImpl: at android.app.SharedPreferencesImpl$1.run(SharedPreferencesImpl.java:91)
08-22 16:02:29.002 6854 6858 E dalvikvm: adjustAdaptiveCoef max=4194304, min=1048576, ut=568
08-22 16:02:29.009 6854 6858 D dalvikvm: GC_CONCURRENT freed 157K, 25% free 5905K/7792K, paused 3ms+5ms, total 37ms
08-22 16:02:29.236 470 580 I Monitor : SIOP:: Current AP = 0, CP = 0
08-22 16:02:29.236 470 604 I InputReader: Touch event's action is 0x0 (deviceType=0) [pCnt=1, s=0.20 ] when=1940621765000
08-22 16:02:29.236 470 603 I InputDispatcher: Delivering touch to: action: 0x4
08-22 16:02:29.236 470 603 I InputDispatcher: Delivering touch to: action: 0x0
08-22 16:02:29.369 470 604 I InputReader: Touch event's action is 0x1 (deviceType=0) [pCnt=1, s=] when=1940757019000
08-22 16:02:29.369 470 603 I InputDispatcher: Delivering touch to: action: 0x1
08-22 16:02:29.423 6817 6908 I SkyTube_SearchHistoryDb: showing all the recent searches for:
08-22 16:02:29.431 6817 6817 W Choreographer: Already have a pending vsync event. There should only be one at a time.
08-22 16:02:29.455 3340 3340 I HK/LatinKbdBaseView: setRenderMode is supported
08-22 16:02:29.463 3340 3340 I HK/LatinKbdBaseView: Creating new LatinKeyboardBaseView org.pocketworkstation.pckeyboard.LatinKeyboardView{421692a0 V.ED.... ......ID 0,0-0,0 #7f07000a app:id/LatinkeyboardBaseView}
08-22 16:02:29.470 3340 3340 I HK/LatinKbdBaseView: render mode set to 1
08-22 16:02:29.502 3340 3340 I HK/LatinKeyboardView: new mPreviewPopup android.widget.PopupWindow@42174fd8 from org.pocketworkstation.pckeyboard.LatinKeyboardView{421692a0 V.ED.... ......ID 0,0-0,0 #7f07000a app:id/LatinkeyboardBaseView}
08-22 16:02:29.517 3340 3340 I HK/LatinKeyboardView: new mMiniKeyboardPopup android.widget.PopupWindow@4217bb00 from org.pocketworkstation.pckeyboard.LatinKeyboardView{421692a0 V.ED.... ......ID 0,0-0,0 #7f07000a app:id/LatinkeyboardBaseView}
08-22 16:02:29.525 3340 3340 V Keyboard: keyboard's display metrics:DisplayMetrics{density=1.0, width=1280, height=752, scaledDensity=1.0, xdpi=149.0, ydpi=149.0}, mDisplayWidth=1280
08-22 16:02:29.556 6817 6908 I SkyTube_SearchHistoryDb: showing all the recent searches for:
08-22 16:02:29.572 6817 6817 D AbsListView: Get MotionRecognitionManager
08-22 16:02:29.580 6854 6890 E dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method org.telegram.ui.ActionBar.Theme.createCircleSelectorDrawable
08-22 16:02:29.580 6854 6890 W dalvikvm: VFY: unable to resolve new-instance 120 (Landroid/graphics/drawable/RippleDrawable;) in Lorg/telegram/ui/ActionBar/Theme;
08-22 16:02:29.580 6854 6890 D dalvikvm: VFY: replacing opcode 0x22 at 0x0022
08-22 16:02:29.580 470 814 D MotionRecognitionService: ssp status : false
08-22 16:02:29.588 6817 6817 E ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
08-22 16:02:29.595 6854 6890 E dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method org.telegram.ui.ActionBar.Theme.createRadSelectorDrawable
08-22 16:02:29.595 6854 6890 W dalvikvm: VFY: unable to resolve new-instance 120 (Landroid/graphics/drawable/RippleDrawable;) in Lorg/telegram/ui/ActionBar/Theme;
08-22 16:02:29.595 6854 6890 D dalvikvm: VFY: replacing opcode 0x22 at 0x0022
08-22 16:02:29.595 6854 6890 E dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method org.telegram.ui.ActionBar.Theme.createSelectorDrawable
08-22 16:02:29.595 6854 6890 W dalvikvm: VFY: unable to resolve new-instance 120 (Landroid/graphics/drawable/RippleDrawable;) in Lorg/telegram/ui/ActionBar/Theme;
08-22 16:02:29.595 6854 6890 D dalvikvm: VFY: replacing opcode 0x22 at 0x0048
08-22 16:02:29.595 6854 6890 E dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method org.telegram.ui.ActionBar.Theme.createSelectorWithBackgroundDrawable
08-22 16:02:29.595 6854 6890 W dalvikvm: VFY: unable to resolve new-instance 120 (Landroid/graphics/drawable/RippleDrawable;) in Lorg/telegram/ui/ActionBar/Theme;
08-22 16:02:29.595 6854 6890 D dalvikvm: VFY: replacing opcode 0x22 at 0x001c
08-22 16:02:29.595 6854 6890 E dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method org.telegram.ui.ActionBar.Theme.createSimpleSelectorCircleDrawable
08-22 16:02:29.595 6854 6890 W dalvikvm: VFY: unable to resolve new-instance 120 (Landroid/graphics/drawable/RippleDrawable;) in Lorg/telegram/ui/ActionBar/Theme;
08-22 16:02:29.595 6854 6890 D dalvikvm: VFY: replacing opcode 0x22 at 0x0039
08-22 16:02:29.595 6854 6890 E dalvikvm: Could not find class 'android.graphics.drawable.RippleDrawable', referenced from method org.telegram.ui.ActionBar.Theme.createSimpleSelectorRoundRectDrawable
08-22 16:02:29.595 6854 6890 W dalvikvm: VFY: unable to resolve new-instance 120 (Landroid/graphics/drawable/RippleDrawable;) in Lorg/telegram/ui/ActionBar/Theme;
08-22 16:02:29.595 6854 6890 D dalvikvm: VFY: replacing opcode 0x22 at 0x006b
08-22 16:02:29.611 6817 6817 D AndroidRuntime: Shutting down VM
08-22 16:02:29.611 6817 6817 W dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x41b08930)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: FATAL EXCEPTION: main
08-22 16:02:29.634 6817 6817 E AndroidRuntime: android.view.InflateException: Binary XML file line #29: Error inflating class android.widget.TextView
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.createView(LayoutInflater.java:619)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.onCreateView(LayoutInflater.java:666)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:691)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.rInflate(LayoutInflater.java:752)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:495)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at androidx.cursoradapter.widget.ResourceCursorAdapter.newView(SourceFile)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at androidx.cursoradapter.widget.CursorAdapter.getView(SourceFile)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AbsListView.obtainView(AbsListView.java:2696)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListPopupWindow$DropDownListView.obtainView(ListPopupWindow.java:1240)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListView.measureHeightOfChildren(ListView.java:1253)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListPopupWindow.buildDropDown(ListPopupWindow.java:1166)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListPopupWindow.show(ListPopupWindow.java:560)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AutoCompleteTextView.showDropDown(AutoCompleteTextView.java:1108)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AutoCompleteTextView.updateDropDownForFilter(AutoCompleteTextView.java:971)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AutoCompleteTextView.onFilterComplete(AutoCompleteTextView.java:953)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.Filter$ResultsHandler.handleMessage(Filter.java:285)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.os.Looper.loop(Looper.java:175)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5279)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:511)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: Caused by: java.lang.reflect.InvocationTargetException
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Constructor.constructNative(Native Method)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.createView(LayoutInflater.java:593)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: ... 25 more
08-22 16:02:29.634 6817 6817 E AndroidRuntime: Caused by: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x2
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.content.res.TypedArray.getDimensionPixelSize(TypedArray.java:464)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.View.(View.java:3752)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.TextView.(TextView.java:826)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.TextView.(TextView.java:821)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: ... 28 more
08-22 16:02:29.650 466 492 E SurfaceFlinger: #### captureScreenImplLocked

Some other details ...
Process: free.rm.skytube.legacy.oss
Flags: 0xd8be44
Package: free.rm.skytube.legacy.oss v47 (2.987)
Build: samsung/espresso10rfxx/espresso10rf:4.2.2/JDQ39/P5100XXDMI1:user/release-keys

Joe.

from skytubelegacy.

drogga avatar drogga commented on May 27, 2024

That app can also be "activated" via adb shell command, I just mentioned that I'm using it on rooted system, so I didn't have to activate it.
Anyway, that LogCat contains unrelated events and I can't read logs, IDK what's going on there, but the maintainer might be able to figure it out, but I don't think that he follows\checks those tickets, the same for the ones on the other (main) repo, so you might want to mention\tag him here.

from skytubelegacy.

gzsombor avatar gzsombor commented on May 27, 2024

Thanks for the detailed logs, based on the stack trace, the Android, which you have on your device, comes from between November and September of 2013, I found in TypedArray.java:464 and View.java:3752, so it seems, that in such an old Android versions, the minHeight attribute (or any dimensional attribute) can't refer to another attribute.

It seems, that in SkyTube, there are 4 places, where such a reference is used:

  1. fragment_search.xml#12
  2. dialog_enter_video_url.xml#7
  3. dialog_enter_video_url..xml#8
  4. search_hint.xml#25

Probably, the 4th was the trigger for your crash.
I have to dig deeper, if it's possible to fix these layouts in a version specific way, or the simplest thing is to pick a fixed value, instead of a reference.

from skytubelegacy.

j-ds-au avatar j-ds-au commented on May 27, 2024

Thanks, Zsombor!

I'm glad you could make sense of those logs! And I agree that no. 4 seems the most likely place, as entering a URL works just fine.

Interestingly, my other device, which has an even older version of Android (4.1.2 as compared to 4.2.2), doesn't suffer this crash.

Joe.

from skytubelegacy.

j-ds-au avatar j-ds-au commented on May 27, 2024

Hi again, Zsombor.

Looking again at the bug report log, I see that the crashing SkyTube Legacy app had a Process ID of 6817. So I've created a revised log extract based on this PID, below.

Revised log extract (spoiler toggle)


------ KERNEL LOG (dmesg) ------

<3>[ 1952.843261] C0 [ kworker/u:1] binder: release proc 6817, transaction 84147, not freed
<3>[ 1952.843353] C0 [ kworker/u:1] binder: release proc 6817, transaction 84148, not freed
<3>[ 1952.843414] C0 [ kworker/u:1] binder: release proc 6817, transaction 84167, not freed
<3>[ 1952.843475] C0 [ kworker/u:1] binder: release proc 6817, transaction 84174, not freed

------ SYSTEM LOG (logcat -v threadtime -d *:v) ------

08-22 16:02:20.814 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/R0; (489)
08-22 16:02:20.814 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/R0;' failed
08-22 16:02:20.814 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.R0', referenced from method j$.util.stream.D0.d0
08-22 16:02:20.814 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 478 (Lj$/util/stream/R0;) in Lj$/util/stream/D0;
08-22 16:02:20.814 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0032
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.830 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.B1', referenced from method j$.util.stream.D0.m0
08-22 16:02:20.830 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 397 (Lj$/util/stream/B1;) in Lj$/util/stream/D0;
08-22 16:02:20.830 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0018
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/A1; (397)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/A1;' failed
08-22 16:02:20.830 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.A1', referenced from method j$.util.stream.D0.n0
08-22 16:02:20.830 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 392 (Lj$/util/stream/A1;) in Lj$/util/stream/D0;
08-22 16:02:20.830 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0014
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.830 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/A1; (397)
08-22 16:02:20.830 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/A1;' failed
08-22 16:02:20.830 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.A1', referenced from method j$.util.stream.D0.o0
08-22 16:02:20.830 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 392 (Lj$/util/stream/A1;) in Lj$/util/stream/D0;
08-22 16:02:20.830 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0014
08-22 16:02:20.838 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.838 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.838 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.838 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.838 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/A1; (397)
08-22 16:02:20.838 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/A1;' failed
08-22 16:02:20.838 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.A1', referenced from method j$.util.stream.D0.p0
08-22 16:02:20.838 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 392 (Lj$/util/stream/A1;) in Lj$/util/stream/D0;
08-22 16:02:20.838 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0014
08-22 16:02:20.838 6817 6833 W dalvikvm: VFY: unable to resolve static field 1359 (CONCURRENT) in Ljava/util/stream/Collector$Characteristics;
08-22 16:02:20.838 6817 6833 D dalvikvm: VFY: replacing opcode 0x62 at 0x0036
08-22 16:02:20.838 6817 6833 W dalvikvm: VFY: unable to resolve static field 1361 (UNORDERED) in Ljava/util/stream/Collector$Characteristics;
08-22 16:02:20.838 6817 6833 D dalvikvm: VFY: replacing opcode 0x62 at 0x003d
08-22 16:02:20.838 6817 6833 W dalvikvm: VFY: unable to resolve static field 1360 (IDENTITY_FINISH) in Ljava/util/stream/Collector$Characteristics;
08-22 16:02:20.838 6817 6833 D dalvikvm: VFY: replacing opcode 0x62 at 0x0040
08-22 16:02:20.838 6817 6833 E dalvikvm: Could not find class 'java.util.stream.Collector$Characteristics', referenced from method j$.util.stream.D0.q0
08-22 16:02:20.838 6817 6833 W dalvikvm: VFY: unable to resolve instanceof 919 (Ljava/util/stream/Collector$Characteristics;) in Lj$/util/stream/D0;
08-22 16:02:20.845 6817 6833 D dalvikvm: VFY: replacing opcode 0x20 at 0x004c
08-22 16:02:20.845 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:20.845 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:20.845 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/e2; (550)
08-22 16:02:20.845 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/e2;' failed
08-22 16:02:20.845 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.e2', referenced from method j$.util.stream.D0.p
08-22 16:02:20.845 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 543 (Lj$/util/stream/e2;) in Lj$/util/stream/D0;
08-22 16:02:20.845 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0000
08-22 16:02:20.845 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/y1; (869)
08-22 16:02:20.845 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/y1;' failed
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/x1; (642)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/x1;' failed
08-22 16:02:20.853 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x15d7 at 0x22 in Lj$/util/stream/D0;.a0
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/T0; (550)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/T0;' failed
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/R0; (489)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/R0;' failed
08-22 16:02:20.853 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0fa3 at 0x38 in Lj$/util/stream/D0;.a0
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/y1; (869)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/y1;' failed
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/u1; (642)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/u1;' failed
08-22 16:02:20.853 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x156e at 0x1e in Lj$/util/stream/D0;.b0
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/T0; (550)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/T0;' failed
08-22 16:02:20.853 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/R0; (489)
08-22 16:02:20.853 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/R0;' failed
08-22 16:02:20.853 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0fa2 at 0x35 in Lj$/util/stream/D0;.b0
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/y1; (869)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/y1;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/v1; (642)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/v1;' failed
08-22 16:02:20.861 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x1599 at 0x1e in Lj$/util/stream/D0;.c0
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/T0; (550)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/T0;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/R0; (489)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/R0;' failed
08-22 16:02:20.861 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0fa2 at 0x35 in Lj$/util/stream/D0;.c0
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/y1; (869)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/y1;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/w1; (642)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/w1;' failed
08-22 16:02:20.861 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x15b7 at 0x1e in Lj$/util/stream/D0;.d0
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/T0; (550)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/T0;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/R0; (489)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/R0;' failed
08-22 16:02:20.861 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0fa2 at 0x35 in Lj$/util/stream/D0;.d0
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.861 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0d08 at 0x1a in Lj$/util/stream/D0;.m0
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.861 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.861 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.869 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/A1; (397)
08-22 16:02:20.869 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/A1;' failed
08-22 16:02:20.869 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0cee at 0x16 in Lj$/util/stream/D0;.n0
08-22 16:02:20.869 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.869 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.869 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.869 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.869 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/A1; (397)
08-22 16:02:20.869 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/A1;' failed
08-22 16:02:20.869 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0cef at 0x16 in Lj$/util/stream/D0;.o0
08-22 16:02:20.869 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C1; (869)
08-22 16:02:20.869 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C1;' failed
08-22 16:02:20.869 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/B1; (402)
08-22 16:02:20.869 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/B1;' failed
08-22 16:02:20.877 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/A1; (397)
08-22 16:02:20.877 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/A1;' failed
08-22 16:02:20.877 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0cf0 at 0x16 in Lj$/util/stream/D0;.p0
08-22 16:02:20.877 6817 6833 I dalvikvm: DexOpt: unable to optimize static field ref 0x054f at 0x64 in Lj$/util/stream/D0;.q0
08-22 16:02:20.877 6817 6833 I dalvikvm: DexOpt: unable to optimize static field ref 0x0551 at 0x6b in Lj$/util/stream/D0;.q0
08-22 16:02:20.877 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:20.877 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:20.877 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/e2; (550)
08-22 16:02:20.877 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/e2;' failed
08-22 16:02:20.877 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x11b5 at 0x02 in Lj$/util/stream/D0;.p
08-22 16:02:20.884 6817 6833 I dalvikvm: Failed resolving Lj$/util/n0; interface 865 'Ljava/util/Spliterator;'
08-22 16:02:20.884 6817 6833 W dalvikvm: Link of class 'Lj$/util/n0;' failed
08-22 16:02:20.884 6817 6833 I dalvikvm: Could not find method j$.util.n0.a, referenced from method j$.util.stream.e3.spliterator
08-22 16:02:20.884 6817 6833 W dalvikvm: VFY: unable to resolve static method 3180: Lj$/util/n0;.a (Lj$/util/o0;)Ljava/util/Spliterator;
08-22 16:02:20.884 6817 6833 D dalvikvm: VFY: replacing opcode 0x71 at 0x0004
08-22 16:02:21.306 6817 6833 D dalvikvm: GC_FOR_ALLOC freed 3356K, 42% free 7292K/12376K, paused 38ms, total 39ms
08-22 16:02:21.392 6817 6821 D dalvikvm: GC_CONCURRENT freed 1371K, 44% free 6934K/12376K, paused 14ms+9ms, total 75ms
08-22 16:02:21.634 6817 6821 D dalvikvm: GC_CONCURRENT freed 22K, 37% free 7825K/12376K, paused 4ms+5ms, total 73ms
08-22 16:02:21.634 6817 6833 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 39ms
08-22 16:02:21.642 6817 6817 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 28ms
08-22 16:02:21.814 6817 6821 E dalvikvm: adjustAdaptiveCoef max=4194304, min=1048576, ut=568
08-22 16:02:21.814 6817 6821 D dalvikvm: GC_CONCURRENT freed 29K, 28% free 9006K/12376K, paused 3ms+4ms, total 59ms
08-22 16:02:21.814 6817 6833 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 36ms
08-22 16:02:21.900 6817 6833 W dalvikvm: VFY: unable to find class referenced in signature (Ljava/nio/file/attribute/FileAttribute;)
08-22 16:02:21.900 6817 6833 I dalvikvm: Could not find method java.nio.file.attribute.FileAttribute.value, referenced from method j$.nio.file.attribute.p.a
08-22 16:02:21.900 6817 6833 W dalvikvm: VFY: unable to resolve interface method 6180: Ljava/nio/file/attribute/FileAttribute;.value ()Ljava/lang/Object;
08-22 16:02:21.900 6817 6833 D dalvikvm: VFY: replacing opcode 0x72 at 0x0004
08-22 16:02:21.900 6817 6833 W dalvikvm: VFY: unable to find class referenced in signature (Ljava/nio/file/attribute/FileTime;)
08-22 16:02:21.900 6817 6833 I dalvikvm: Could not find method java.nio.file.attribute.FileTime.toMillis, referenced from method j$.nio.file.attribute.p.b
08-22 16:02:21.900 6817 6833 W dalvikvm: VFY: unable to resolve virtual method 6185: Ljava/nio/file/attribute/FileTime;.toMillis ()J
08-22 16:02:21.900 6817 6833 D dalvikvm: VFY: replacing opcode 0x6e at 0x0004
08-22 16:02:21.900 6817 6833 W dalvikvm: VFY: unable to find class referenced in signature (Ljava/nio/file/attribute/FileAttribute;)
08-22 16:02:21.900 6817 6833 I dalvikvm: Failed resolving Lj$/nio/file/attribute/o; interface 797 'Ljava/nio/file/attribute/FileAttribute;'
08-22 16:02:21.900 6817 6833 W dalvikvm: Link of class 'Lj$/nio/file/attribute/o;' failed
08-22 16:02:21.900 6817 6833 E dalvikvm: Could not find class 'j$.nio.file.attribute.o', referenced from method j$.nio.file.attribute.p.c
08-22 16:02:21.900 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 80 (Lj$/nio/file/attribute/o;) in Lj$/nio/file/attribute/p;
08-22 16:02:21.900 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x000e
08-22 16:02:21.908 6817 6833 I dalvikvm: Failed resolving Lj$/nio/file/attribute/l; interface 797 'Ljava/nio/file/attribute/FileAttribute;'
08-22 16:02:21.908 6817 6833 W dalvikvm: Link of class 'Lj$/nio/file/attribute/l;' failed
08-22 16:02:21.908 6817 6833 I dalvikvm: Could not find method j$.nio.file.attribute.l.a, referenced from method j$.nio.file.attribute.p.c
08-22 16:02:21.908 6817 6833 W dalvikvm: VFY: unable to resolve static method 434: Lj$/nio/file/attribute/l;.a (Lj$/nio/file/attribute/m;)Ljava/nio/file/attribute/FileAttribute;
08-22 16:02:21.908 6817 6833 D dalvikvm: VFY: replacing opcode 0x71 at 0x0014
08-22 16:02:21.908 6817 6833 W dalvikvm: VFY: unable to find class referenced in signature (Ljava/nio/file/attribute/FileTime;)
08-22 16:02:21.908 6817 6833 I dalvikvm: Could not find method java.nio.file.attribute.FileTime.fromMillis, referenced from method j$.nio.file.attribute.p.d
08-22 16:02:21.908 6817 6833 W dalvikvm: VFY: unable to resolve static method 6184: Ljava/nio/file/attribute/FileTime;.fromMillis (J)Ljava/nio/file/attribute/FileTime;
08-22 16:02:21.908 6817 6833 D dalvikvm: VFY: replacing opcode 0x71 at 0x0008
08-22 16:02:21.908 6817 6833 E dalvikvm: Could not find class 'java.nio.file.attribute.PosixFilePermission', referenced from method j$.nio.file.attribute.p.e
08-22 16:02:21.908 6817 6833 W dalvikvm: VFY: unable to resolve instanceof 804 (Ljava/nio/file/attribute/PosixFilePermission;) in Lj$/nio/file/attribute/p;
08-22 16:02:21.908 6817 6833 D dalvikvm: VFY: replacing opcode 0x20 at 0x0018
08-22 16:02:21.908 6817 6833 I dalvikvm: Failed resolving Lj$/nio/file/attribute/o; interface 797 'Ljava/nio/file/attribute/FileAttribute;'
08-22 16:02:21.908 6817 6833 W dalvikvm: Link of class 'Lj$/nio/file/attribute/o;' failed
08-22 16:02:21.908 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x01bc at 0x10 in Lj$/nio/file/attribute/p;.c
08-22 16:02:21.923 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:21.923 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:21.923 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/d; (550)
08-22 16:02:21.923 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/d;' failed
08-22 16:02:21.923 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/P; (540)
08-22 16:02:21.923 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/P;' failed
08-22 16:02:21.923 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.P', referenced from method j$.util.stream.J.p
08-22 16:02:21.923 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 472 (Lj$/util/stream/P;) in Lj$/util/stream/J;
08-22 16:02:21.923 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x000a
08-22 16:02:21.923 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:21.923 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:21.923 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/d; (550)
08-22 16:02:21.923 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/d;' failed
08-22 16:02:21.923 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/P; (540)
08-22 16:02:21.923 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/P;' failed
08-22 16:02:21.923 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0f79 at 0x0c in Lj$/util/stream/J;.p
08-22 16:02:21.923 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/W; (869)
08-22 16:02:21.923 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/W;' failed
08-22 16:02:21.923 6817 6833 W dalvikvm: VFY: unable to resolve static field 1060 (h) in Lj$/util/stream/W;
08-22 16:02:21.923 6817 6833 D dalvikvm: VFY: replacing opcode 0x60 at 0x000b
08-22 16:02:21.931 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/W; (869)
08-22 16:02:21.931 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/W;' failed
08-22 16:02:21.931 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.W', referenced from method j$.util.stream.V.p
08-22 16:02:21.931 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 508 (Lj$/util/stream/W;) in Lj$/util/stream/V;
08-22 16:02:21.931 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0004
08-22 16:02:21.931 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/X; (869)
08-22 16:02:21.931 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/X;' failed
08-22 16:02:21.931 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.X', referenced from method j$.util.stream.V.p
08-22 16:02:21.931 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 512 (Lj$/util/stream/X;) in Lj$/util/stream/V;
08-22 16:02:21.931 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x000a
08-22 16:02:21.931 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/W; (869)
08-22 16:02:21.931 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/W;' failed
08-22 16:02:21.931 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x1075 at 0x06 in Lj$/util/stream/V;.p
08-22 16:02:21.931 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/X; (869)
08-22 16:02:21.931 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/X;' failed
08-22 16:02:21.931 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x108d at 0x10 in Lj$/util/stream/V;.p
08-22 16:02:21.955 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:21.955 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:21.955 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/d; (550)
08-22 16:02:21.955 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/d;' failed
08-22 16:02:21.955 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C0; (540)
08-22 16:02:21.955 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C0;' failed
08-22 16:02:21.955 6817 6833 E dalvikvm: Could not find class 'j$.util.stream.C0', referenced from method j$.util.stream.B0.p
08-22 16:02:21.955 6817 6833 W dalvikvm: VFY: unable to resolve new-instance 401 (Lj$/util/stream/C0;) in Lj$/util/stream/B0;
08-22 16:02:21.955 6817 6833 D dalvikvm: VFY: replacing opcode 0x22 at 0x0000
08-22 16:02:21.955 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/f; (869)
08-22 16:02:21.955 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/f;' failed
08-22 16:02:21.955 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/d; (550)
08-22 16:02:21.955 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/d;' failed
08-22 16:02:21.955 6817 6833 W dalvikvm: Unable to resolve superclass of Lj$/util/stream/C0; (540)
08-22 16:02:21.955 6817 6833 W dalvikvm: Link of class 'Lj$/util/stream/C0;' failed
08-22 16:02:21.955 6817 6833 D dalvikvm: DexOpt: unable to opt direct call 0x0d14 at 0x02 in Lj$/util/stream/B0;.p
08-22 16:02:22.947 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@4288e848needUpdate = false
08-22 16:02:22.947 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:22.947 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:22.947 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:22.947 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.064 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@42911858needUpdate = false
08-22 16:02:23.064 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.064 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.064 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.064 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.150 6817 6821 D dalvikvm: GC_CONCURRENT freed 2498K, 29% free 10371K/14592K, paused 4ms+8ms, total 76ms
08-22 16:02:23.150 6817 6817 D dalvikvm: WAIT_FOR_CONCURRENT_GC blocked 41ms
08-22 16:02:23.158 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@42912820needUpdate = false
08-22 16:02:23.158 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.158 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.158 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.158 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: right = 423
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: right = 422
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.455 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.463 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.463 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.463 6817 6817 D ProgressBar: updateDrawableBounds: right = 423
08-22 16:02:23.463 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.463 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.463 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@42752238needUpdate = false
08-22 16:02:23.463 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.463 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.463 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.463 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.494 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@426d5408needUpdate = false
08-22 16:02:23.494 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.494 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.494 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.494 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.525 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@428dcb38needUpdate = false
08-22 16:02:23.525 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.525 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.525 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.525 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: right = 423
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: right = 422
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: right = 423
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.619 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.627 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@426a5c28needUpdate = false
08-22 16:02:23.627 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.627 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.627 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.627 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.650 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@42678fa0needUpdate = false
08-22 16:02:23.650 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.650 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.650 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.650 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.681 6817 6817 D ProgressBar: setProgressDrawable mProgressDrawable = null, d = android.graphics.drawable.LayerDrawable@428b4328needUpdate = false
08-22 16:02:23.681 6817 6817 D ProgressBar: setProgressDrawable drawableHeight = 0
08-22 16:02:23.681 6817 6817 D ProgressBar: setProgress = 0
08-22 16:02:23.681 6817 6817 D ProgressBar: setProgress = 0, fromUser = false
08-22 16:02:23.681 6817 6817 D ProgressBar: mProgress = 0mIndeterminate = false, mMin = 0, mMax = 100
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: right = 423
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: right = 422
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: left = 0
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: top = 0
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: right = 423
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: bottom = 4
08-22 16:02:23.775 6817 6817 D ProgressBar: updateDrawableBounds: mProgressDrawable.setBounds()
08-22 16:02:23.884 6817 6821 D dalvikvm: GC_CONCURRENT freed 1233K, 24% free 11176K/14592K, paused 5ms+9ms, total 92ms
08-22 16:02:23.884 6817 6817 I Choreographer: Skipped 58 frames! The application may be doing too much work on its main thread.
08-22 16:02:24.088 6817 6852 D dalvikvm: GC_FOR_ALLOC freed 409K, 22% free 11399K/14592K, paused 74ms, total 74ms
08-22 16:02:24.088 6817 6852 I dalvikvm-heap: Grow heap (frag case) to 13.470MB for 691216-byte allocation
08-22 16:02:24.158 6817 6825 E dalvikvm: adjustAdaptiveCoef max=4194304, min=1048576, ut=568
08-22 16:02:24.158 6817 6825 D dalvikvm: GC_FOR_ALLOC freed 0K, 21% free 12074K/15268K, paused 70ms, total 70ms
08-22 16:02:24.447 6817 6852 E dalvikvm: adjustAdaptiveCoef max=6291456, min=1572864, ut=368
08-22 16:02:24.455 6817 6852 D dalvikvm: GC_FOR_ALLOC freed 27K, 18% free 14697K/17880K, paused 81ms, total 81ms
08-22 16:02:29.423 6817 6908 I SkyTube_SearchHistoryDb: showing all the recent searches for:
08-22 16:02:29.431 6817 6817 W Choreographer: Already have a pending vsync event. There should only be one at a time.
08-22 16:02:29.556 6817 6908 I SkyTube_SearchHistoryDb: showing all the recent searches for:
08-22 16:02:29.572 6817 6817 D AbsListView: Get MotionRecognitionManager
08-22 16:02:29.588 6817 6817 E ThemeUtils: View class androidx.appcompat.widget.AppCompatImageView is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
08-22 16:02:29.611 6817 6817 D AndroidRuntime: Shutting down VM
08-22 16:02:29.611 6817 6817 W dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x41b08930)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: FATAL EXCEPTION: main
08-22 16:02:29.634 6817 6817 E AndroidRuntime: android.view.InflateException: Binary XML file line #29: Error inflating class android.widget.TextView
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.createView(LayoutInflater.java:619)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.onCreateView(LayoutInflater.java:666)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:691)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.rInflate(LayoutInflater.java:752)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:495)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at androidx.cursoradapter.widget.ResourceCursorAdapter.newView(SourceFile)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at androidx.cursoradapter.widget.CursorAdapter.getView(SourceFile)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AbsListView.obtainView(AbsListView.java:2696)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListPopupWindow$DropDownListView.obtainView(ListPopupWindow.java:1240)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListView.measureHeightOfChildren(ListView.java:1253)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListPopupWindow.buildDropDown(ListPopupWindow.java:1166)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.ListPopupWindow.show(ListPopupWindow.java:560)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AutoCompleteTextView.showDropDown(AutoCompleteTextView.java:1108)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AutoCompleteTextView.updateDropDownForFilter(AutoCompleteTextView.java:971)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.AutoCompleteTextView.onFilterComplete(AutoCompleteTextView.java:953)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.Filter$ResultsHandler.handleMessage(Filter.java:285)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:99)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.os.Looper.loop(Looper.java:175)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5279)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:511)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: Caused by: java.lang.reflect.InvocationTargetException
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Constructor.constructNative(Native Method)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.LayoutInflater.createView(LayoutInflater.java:593)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: ... 25 more
08-22 16:02:29.634 6817 6817 E AndroidRuntime: Caused by: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x2
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.content.res.TypedArray.getDimensionPixelSize(TypedArray.java:464)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.view.View.(View.java:3752)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.TextView.(TextView.java:826)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: at android.widget.TextView.(TextView.java:821)
08-22 16:02:29.634 6817 6817 E AndroidRuntime: ... 28 more
08-22 16:02:41.338 6817 6817 I Process : Sending signal. PID: 6817 SIG: 9
08-22 16:02:41.439 470 3468 I ActivityManager: Process free.rm.skytube.legacy.oss (pid 6817) (adj 15) has died.

------ EVENT LOG (logcat -b events -v threadtime -d *:v) ------

08-22 16:02:18.236 470 814 I am_proc_start: [0,6817,10177,free.rm.skytube.legacy.oss,activity,free.rm.skytube.legacy.oss/free.rm.skytube.gui.activities.MainActivity]
08-22 16:02:18.283 470 3468 I am_proc_bound: [0,6817,free.rm.skytube.legacy.oss]
08-22 16:02:20.041 6817 6817 I am_on_resume_called: [0,free.rm.skytube.gui.activities.MainActivity]
08-22 16:02:20.064 6817 6817 I binder_sample: [android.view.IWindowSession,2,11,free.rm.skytube.legacy.oss,2]
08-22 16:02:29.400 6817 6817 I menu_item_selected: [0,Search Videos]
08-22 16:02:29.642 470 3466 I am_crash: [6817,0,free.rm.skytube.legacy.oss,14204484,java.lang.UnsupportedOperationException,Can't convert to dimension: type=0x2,TypedArray.java,464]
08-22 16:02:41.338 6817 6817 I binder_sample: [android.app.IActivityManager,2,11693,free.rm.skytube.legacy.oss,100]
08-22 16:02:41.439 470 3468 I am_proc_died: [0,6817,free.rm.skytube.legacy.oss,15]

Additionally, I tested this Search crash issue on my olde Coby MID9762 with Android 4.0.3 and my Samsung GT-N8010 with Android 4.4.2 (November 2014 Kernel). The MID9762 worked fine, but the GT-N8010 crashed on the second use of the Search function, just like the GT-P5100 did earlier. My two oldest devices are actually working fine, yet my two somewhat newer devices are not. Might there be something peculiar to Samsung that's causing the issue? All devices are unrooted and running their latest stock firmware.

Joe.

from skytubelegacy.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.