This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05-11 14:35:42.017 28980-29514/com.getcatchit E/NativeCrypto﹕ ssl=0x62545aa8 cert_verify_callback x509_store_ctx=0x65db5938 arg=0x0 | |
05-11 14:35:42.018 28980-29514/com.getcatchit E/NativeCrypto﹕ ssl=0x62545aa8 cert_verify_callback calling verifyCertificateChain authMethod=RSA | |
05-11 14:36:18.139 28980-28980/com.getcatchit E/AndroidRuntime﹕ FATAL EXCEPTION: main | |
Process: com.getcatchit, PID: 28980 | |
android.database.StaleDataException: Attempting to access a closed CursorWindow.Most probable cause: cursor is deactivated prior to calling this method. | |
at android.database.AbstractWindowedCursor.checkPosition(AbstractWindowedCursor.java:156) | |
at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:61) | |
at android.database.CursorWrapper.getString(CursorWrapper.java:114) | |
at com.espreccino.peppertalk.ui.ChatPepperAdapter.getMessage(ChatPepperAdapter.java:341) | |
at com.espreccino.peppertalk.ui.ChatPepperAdapter.onBindViewHolder(Cha |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05-12 13:54:02.423 17930-17978/com.getcatchit E/SQLiteLog﹕ (284) automatic index on topics(topic_id) | |
05-12 13:54:02.794 17930-17930/com.getcatchit E/SQLiteLog﹕ (284) automatic index on topics(topic_id) | |
05-12 13:54:10.504 17930-17930/com.getcatchit E/SysUtils﹕ ApplicationContext is null in ApplicationStatus | |
05-12 13:54:48.882 17930-17930/com.getcatchit E/AndroidRuntime﹕ FATAL EXCEPTION: main | |
Process: com.getcatchit, PID: 17930 | |
de.greenrobot.event.EventBusException: Invoking subscriber failed | |
at de.greenrobot.event.EventBus.handleSubscriberException(EventBus.java:518) | |
at de.greenrobot.event.EventBus.invokeSubscriber(EventBus.java:500) | |
at de.greenrobot.event.EventBus.postToSubscription(EventBus.java:429) | |
at de.greenrobot.event.EventBus.postSingleEventForEventType(EventBus.java:410) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder{2f98d378 position=20 id=-1, oldPos=21, pLpos:21 scrap tmpDetached no parent} | |
at android.support.v7.widget.RecyclerView$Recycler.validateViewHolderForOffsetPosition(RecyclerView.java:3887) | |
at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4018) | |
at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:3999) | |
at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:1892) | |
at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1338) | |
at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1301) | |
at android.support.v7.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:509) | |
at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:2365) | |
at android.support.v7.widget.RecyclerView.resumeRequestLayout(RecyclerView.java:1391) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void displayNativeAd(List<CustomModel> ads) { | |
final CustomModel ad = ads.get(0); | |
adHeadlineView.setText(ad.getTitle()); | |
adBodyTextView.setText(ad.getDescription()); | |
adCallToAction.setText(ad.getCTAText()); | |
// Load the advertisement's creative into your ImageView | |
avocarrotCustom.loadImage(ad, adIcon); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:id="@+id/ad_relative_layout_root" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_margin="8dp" | |
android:background="@color/primary_500" | |
android:padding="8dp"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRIVACY POLICY | |
Last updated May 15, 2024 | |