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
Native crash of /vendor/bin/hw/[email protected] | |
Revision: '4' | |
ABI: 'arm' | |
Processor: '4' | |
Timestamp: 2024-02-06 14:46:44.680494307-0800 | |
Process uptime: 0s | |
Cmdline: /vendor/bin/hw/[email protected] | |
pid: 4760, tid: 13125, name: FrameFactorySta >>> /vendor/bin/hw/[email protected] <<< | |
uid: 1047 | |
signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr -------- |
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
2024-02-02 15:53:06.995 4642-4642 SoLoader pid-4642 E couldn't find DSO to load: libjscexecutor.so | |
SoSource 0: com.facebook.soloader.ApkSoSource[root = /data/data/com.pixelflush.CameraTester/lib-main flags = 1] | |
SoSource 1: com.facebook.soloader.DirectorySoSource[root = /data/app/~~al2lr3HeA7yIUMvHzQ3cBw==/com.pixelflush.CameraTester-Ov3MpuPvYk_uYFk0PfrX-A==/lib/arm64 flags = 0] | |
SoSource 2: com.facebook.soloader.DirectorySoSource[root = /system/lib64 flags = 2] | |
SoSource 3: com.facebook.soloader.DirectorySoSource[root = /vendor/lib64 flags = 2] | |
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
// | |
// SecondViewController.swift | |
// Scanmaster | |
// | |
// Created by Matthias Schmidt on 05/01/2017. | |
// Copyright © 2017 Pixelflush. All rights reserved. | |
// | |
import UIKit | |
import AVFoundation |
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
#!/usr/bin/env bash | |
aptitude update && aptitude upgrade | |
aptitude install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev | |
adduser ruby |
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
<form accept-charset="UTF-8" action="/users" class="user_new" data-validate="true" id="user_new" method="post" novalidate="novalidate"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="UOSsqrVpcyhwv8t0izOEq85KfZ0p+u2OIRvdACqlFLs=" /></div> | |
<p><input data-validate="true" id="user_full_name" name="user[full_name]" placeholder="Your Full Name" size="30" type="text" /></p> | |
<p><input data-validate="true" id="user_email" name="user[email]" placeholder="Your E-Mail Address" size="30" type="email" value="" /></p> | |
<p><input id="user_password" name="user[password]" placeholder="Pick a Password" size="30" type="password" /></p> | |
<p><input id="user_password_confirmation" name="user[password_confirmation]" placeholder="Confirm Your Password" size="30" type="password" /></p> |