Skip to content

Instantly share code, notes, and snippets.

View glnix's full-sized avatar

Aleksey Goryachev glnix

  • Ekaterinburg, Russia
View GitHub Profile
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
// NOTE: Do not place your application dependencies here; they belong
private static String authOptionsMatching(List<ExternalAuthOption> authOptions, List<ExternalAuthOption> maskedAuthOptions) {
authOptions = new ArrayList<>(filter(authOptions, new Predicate<ExternalAuthOption>() {
@Override public boolean apply(@Nullable ExternalAuthOption externalAuthOption) {
return externalAuthOption.isPhoneAddressType();
}
}));
maskedAuthOptions = new ArrayList<>(filter(maskedAuthOptions, new Predicate<ExternalAuthOption>() {
@Override public boolean apply(@Nullable ExternalAuthOption externalAuthOption) {
return externalAuthOption.isPhoneAddressType();
/* Mobile.class */
/* @Inject static UBRRUserService userService; */
List<ExternalAuthOption> authOptions = emptyList();
List<ExternalAuthOption> maskedAuthOptions = emptyList();
if (!isDemoMode()) {
authOptions = userService.getAuthListFromCards(user);
maskedAuthOptions = userService.externalAuthOptions(user);
}
Устройство
Lenovo YOGA Tablet Pro-1050L/Yoga Tablet 2 (YT2) 1
Производитель Lenovo Mobile Версия Android Android 4.4 ОЗУ (МБ) 2048 Размер экрана 2560 × 1440 Разрешение экрана (dpi) 240 Версия OpenGL ES 3.0 Аппаратная платформа x86 Марка ЦП Intel Модель ЦП Z3745
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Lenovo/YT2_8_row_lte/YT2:4.4.2/KOT49H/YT2-830L_USR_S000010_1409171517_:user/release-keys'
Revision: '0'
pid: 12513, tid: 12513, name: cb.ibank >>> cb.ibank <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
eax 00000000 ebx 000000c6 ecx 00000000 edx 00000000
esi 00000e59 edi 00000000
- (void)getAtmStatusWithLat:(double)lat andLng:(double)lng withBlock:(void (^)(BOOL))callback{
NSString *requestDataString = [NSString stringWithFormat:@"latitude=%@&longitude=%@&secret=%@",
[NSString stringWithFormat:@"%f", lat], [NSString stringWithFormat:@"%f", lng], API_TOKEN_ATMSTATUS];
//Init the NSURLSession with a configuration
NSURLSessionConfiguration *defaultConfigObject = [NSURLSessionConfiguration defaultSessionConfiguration];
NSURLSession *defaultSession = [NSURLSession sessionWithConfiguration: defaultConfigObject delegate: nil delegateQueue: [NSOperationQueue mainQueue]];
//Create an URLRequest
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'unknown'
Revision: '0'
pid: 30279, tid: 30279, name: cb.ibank >>> cb.ibank <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr dead0000
eax 00000000 ebx 00000001 ecx 7894df74 edx 00000000
esi 00000008 edi 787f751c
xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
eip 787371c5 ebp 1a111edc esp 1a111eb4 flags 00210246
java.lang.ExceptionInInitializerError
at org.doubango.tinyWRAP.SipStack.initialize(SipStack.java:211)
at org.doubango.ngn.NgnEngine.<init>(NgnEngine.java:198)
at org.doubango.ngn.NgnEngine.getInstance(NgnEngine.java:176)
at com.timconnect.sdk.utils.calls.CallsController.<init>(CallsController.java:63)
at com.timconnect.sdk.TimConnectSdk.<init>(TimConnectSdk.java:69)
at com.timconnect.sdk.TimConnectSdk.getInstance(TimConnectSdk.java:43)
at cb.ibank.Application.initSdk(Application.java:84)
at cb.ibank.Application.onCreate(Application.java:68)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1000)
java.lang.ExceptionInInitializerError
at org.doubango.tinyWRAP.SipStack.initialize(SipStack.java:211)
at org.doubango.ngn.NgnEngine.<init>(NgnEngine.java:198)
at org.doubango.ngn.NgnEngine.getInstance(NgnEngine.java:176)
at com.timconnect.sdk.utils.calls.CallsController.<init>(CallsController.java:63)
at com.timconnect.sdk.TimConnectSdk.<init>(TimConnectSdk.java:69)
at com.timconnect.sdk.TimConnectSdk.getInstance(TimConnectSdk.java:43)
at cb.ibank.Application.initSdk(Application.java:84)
at cb.ibank.Application.onCreate(Application.java:68)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1000)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'asus/WW_a501cg/ASUS_T00J:4.4.2/KVT49L/WW_user_2.22.40.54_20151120_16:user/release-keys'
Revision: '0'
pid: 3974, tid: 3974, name: cb.ibank >>> cb.ibank <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr dead0000
eax 00000000 ebx 00000001 ecx 61a7d114 edx 00000000
esi 00000008 edi 1a100030
xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
eip 61876595 ebp 1a111ebc esp 1a111e94 flags 00210246
10-27 14:19:25.819 29008-29142/cb.ibank I/qtaguid: Tagging socket 400 with tag b6f6f77c00000000{3069638524,0} for uid 4294967295, pid: 29008, getuid(): 10250
10-27 14:19:25.869 29008-29008/cb.ibank D/Dialog: checkMirrorLinkEnabled returns : false
10-27 14:19:25.869 29008-29008/cb.ibank D/Dialog: showing allowed
10-27 14:19:28.169 29008-29142/cb.ibank I/qtaguid: Untagging socket 400
10-27 14:19:28.249 29008-29008/cb.ibank E/ViewRootImpl: sendUserActionEvent() mView == null
10-27 14:19:28.369 29008-29008/cb.ibank E/LOG: User phone is ::::::: 79655247666
10-27 14:19:28.369 29008-29140/cb.ibank I/qtaguid: Tagging socket 400 with tag b6f6f77c00000000{3069638524,0} for uid 4294967295, pid: 29008, getuid(): 10250
10-27 14:19:29.169 29008-29140/cb.ibank I/qtaguid: Untagging socket 400
10-27 14:19:29.179 29008-29008/cb.ibank D/org.doubango.ngn.services.impl.NgnSipService: register()
10-27 14:19:29.179 29008-29008/cb.ibank D/org.doubango.ngn.services.impl.NgnSipService: realm='sip:sip.tim-connect.com', impu='sip:79655