Skip to content

Instantly share code, notes, and snippets.

View alexhajdu's full-sized avatar
🏠
Working from home

ΛᄂΣX alexhajdu

🏠
Working from home
View GitHub Profile
// Filtered libparty.so
04-12 09:20:46.901: A/DEBUG(4598): #00 pc 000000000026aa5c /data/app/com.YourCompany.alex_test_party-Og_rUXJ8EqPkMt8Zicnh9w==/lib/arm64/libparty.so (_ZN19BumblelionJniHelper16CreateUUIDStringERA37_c+64) (BuildId: a09ddb6d57091ddbbaf8a6311eaa558519f81fc3)
04-12 09:20:46.901: A/DEBUG(4598): #01 pc 00000000002602dc /data/app/com.YourCompany.alex_test_party-Og_rUXJ8EqPkMt8Zicnh9w==/lib/arm64/libparty.so (BumblelionCreateUuid(BumblelionUuid&)+100) (BuildId: a09ddb6d57091ddbbaf8a6311eaa558519f81fc3)
04-12 09:20:46.901: A/DEBUG(4598): #02 pc 00000000001fb04c /data/app/com.YourCompany.alex_test_party-Og_rUXJ8EqPkMt8Zicnh9w==/lib/arm64/libparty.so (BumblelionImpl::Initialize(char const*)+116) (BuildId: a09ddb6d57091ddbbaf8a6311eaa558519f81fc3)
04-12 09:20:46.901: A/DEBUG(4598): #03 pc 00000000001fae2c /data/app/com.YourCompany.alex_test_party-Og_rUXJ8EqPkMt8Zicnh9w==/lib/arm64/libparty.so (BumblelionImpl::Create(char const*, BumblelionImpl**)+232) (BuildId: a09ddb6
@alexhajdu
alexhajdu / UIImageView+Rotate.h
Last active December 13, 2018 20:33
UPDATE: Added stop, pause and resume animation methods. UIImageView category - 360° rotating with duration and repeat count. USAGE: [_myImageView rotate360WithDuration:1.0 repeatCount:0]; //0 for infinite loop
//
// Created by Alex Hajdu on 5/27/13.
// Copyright (c) 2013 Mr.Fox and friends. All rights reserved.
//
// To change the template use AppCode | Preferences | File Templates.
//
#import <Foundation/Foundation.h>