#!/usr/bin/perl -w use strict; use IO::Handle; die "Usage: $0 identifier\n" . "(identifier is for example org.libreoffice)" unless $#ARGV == 0; my $id = $ARGV[0]; open (LOGCAT, "adb logcat |") || die "Could not open pipe from adb logcat"; my $pid = ''; while () { if (m!^I/ActivityManager\( *\d+\): Start proc $id for activity .*: pid=(\d+)!) { $pid = $1; } elsif (m!^[EIWD]/[^(]+\( *$pid\)!) { print $_; STDOUT->flush(); } } 'cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/UITest_calc_tests3.mk
e class='list nowrap'>
AgeCommit message (Expand)Author
2020-10-26uitest: sc: move data folder to the root uitest folderXisco Fauli
AgeCommit message (Expand)Author
2015-12-02Calculate substring indexes properly, avoiding an unnecessary IndexOutOfBound...Damjan Jovanovic
2015-11-24coverity#1326265 Explicit null dereferencedCaolán McNamara
2015-11-10#i126029# Base query wizard error due to missing quoting of table and column ...Damjan Jovanovic
2015-11-10Use the UIConsts constants for resource IDs in...Damjan Jovanovic
2015-11-10Use UIConsts constants for offsets to resource IDs in main/wizards.Damjan Jovanovic
2015-11-10Resolves: #i56289# no GROUP BY - COUNT from wizardDamjan Jovanovic
2015-11-09java: add some @Override annotationsNoel Grandin
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-11-05java:avoid empty if statementsNoel Grandin
2015-11-04coverity#1327212 UwF: Unwritten fieldCaolán McNamara
2015-10-28base new query wizard: fix confusion between display name and field nameLionel Elie Mamane
2015-10-22coverity#1326403 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326382 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326384 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326397 Dereference null return valueCaolán McNamara
2015-10-22coverity#1326173 Explicit null dereferencedCaolán McNamara
2015-10-22coverity#1326381 Dereference null return valueCaolán McNamara
2015-10-20coverity#1326559 Dereference before null checkCaolán McNamara
2015-10-20coverity#1326575 Useless callCaolán McNamara
2015-10-20coverity#1327466 UrF: Unread fieldCaolán McNamara
2015-10-15coverity#1326409 Dereference null return valueCaolán McNamara
2015-10-15cid#1326570 Unused valueNoel Grandin
2015-10-15cid#1326569 Unused valueNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14java:remove unused importsNoel Grandin
2015-10-14coverity#1327211 UwF: Unwritten fieldCaolán McNamara
2015-10-14coverity#1327212 UwF: Unwritten fieldCaolán McNamara
2015-10-14cid#1326683 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326682 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326681 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326680 DLS: Dead local storeNoel Grandin
2015-10-14cid#1326131 'Constant' variable guards dead codeNoel Grandin